User Tools

Site Tools


12.0:apis:thinkgeo.core.geohatchbrush

ThinkGeo.Core.GeoHatchBrush

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.Core.GeoBrush
      • ThinkGeo.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

GetType()

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

Protected Methods

MemberwiseClone()

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

Finalize()

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

Public Properties

HatchStyle

  • N/A
Remarks
  • None
Return Value

ForegroundColor

  • N/A
Remarks
  • In this case the background color will be transparent.
Return Value

BackgroundColor

  • N/A
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

12.0/apis/thinkgeo.core.geohatchbrush.txt · Last modified: 2019/09/26 09:31 (external edit)