User Tools

Site Tools


thinkgeo.mapsuite.portablecore.geohatchbrush

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

  • System.Object
    • ThinkGeo.MapSuite.Core.GeoBrush
      • ThinkGeo.MapSuite.Core.GeoHatchBrush

Members Summary

Public Constructors

GeoHatchBrush(GeoHatchStyle,GeoColor)

  • This is the constructor for the class.
Remarks
  • You will use this constructor when you want to only specify the foreground color of the pattern and leave the background transparent.
Parameters
  • hatchStyle
    • Description:This property is the hatch pattern you want to use to fill the area.
  • foregroundColor
    • Type:GeoColor
    • Description:This property is the foreground color you want to use for the pattern.

GeoHatchBrush(GeoHatchStyle,GeoColor,GeoColor)

  • This is the constructor for the class.
Remarks
  • This constructor allows you to choose both the background and foreground color for the pattern.
Parameters
  • hatchStyle
    • Description:This property is the hatch pattern you want to use to fill the area.
  • foregroundColor
    • Type:GeoColor
    • Description:This property is the foreground color you want to use for the pattern.
  • backgroundColor
    • Type:GeoColor
    • Description:This property is the background color you want to use for the pattern.

Protected Constructors

Public Methods

CloneDeep()

  • N/A
Remarks
  • N/A
Return Value
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

CloneDeepCore()

  • N/A
Remarks
  • N/A
Return Value
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
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
  • Type:Int64

Protected Properties

Public Events

thinkgeo.mapsuite.portablecore.geohatchbrush.txt · Last modified: 2017/03/16 21:59 (external edit)