Table of Contents

ThinkGeo.MapSuite.Core.GeoHatchBrush

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents a brush that fills with various patterns.

Inheritance Hierarchy

Members Summary

Public Constructors

GeoHatchBrush(GeoHatchStyle,GeoColor)

Remarks
Parameters

GeoHatchBrush(GeoHatchStyle,GeoColor,GeoColor)

Remarks
Parameters

Protected Constructors

Public Methods

CloneDeep()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

CloneDeepCore()

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

HatchStyle

This property gets and sets the pattern you want to use for the fill.

Remarks

None

Return Value

ForegroundColor

This property gets and sets the foreground color for the fill pattern.

Remarks

In this case the background color will be transparent.

Return Value

BackgroundColor

This property gets and sets the background color for the fill pattern.

Remarks

In this case the foreground color will be transparent.

Return Value

Id

N/A

Remarks

N/A

Return Value

Protected Properties

Public Events