User Tools

Site Tools


thinkgeo.mapsuite.portablecore.geohatchbrush

This is an old revision of the document!


ThinkGeo.MapSuite.Core.GeoHatchBrush

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.1442972105.txt.gz ยท Last modified: 2015/09/23 01:35 by admin