User Tools

Site Tools


thinkgeo.mapsuite.core.geolineargradientbrush

ThinkGeo.MapSuite.Core.GeoLinearGradientBrush

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.

Encapsulates a GeoBrush with a linear gradient.

Inheritance Hierarchy

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

Members Summary

Public Constructors

GeoLinearGradientBrush(GeoColor,GeoColor,GeoLinearGradientDirection)

  • Create an instance of GeoLinearGradientBrush by passing a gradient start color and gradient end color followed by the gradient direction enum.
Remarks
  • N/A
Parameters
  • startColor
    • Type:GeoColor
    • Description:This parameter specifies the starting GeoColor of the GeoLinearGradientBrush.
  • endColor
    • Type:GeoColor
    • Description:This parameter specifies the endding GeoColor of the GeoLinearGradientBrush.
  • direction
    • Description:This parameter specifies the GeoLinearGradientDirection enumeration of the GeoLinearGradientBrush.

GeoLinearGradientBrush(GeoColor,GeoColor,Single)

  • Create an instance of GeoLinearGradientBrush by passing a gradient start color and gradient end color followed by the gradient direction angle.
Remarks
  • N/A
Parameters
  • startColor
    • Type:GeoColor
    • Description:This parameter specifies the starting GeoColor of the GeoLinearGradientBrush.
  • endColor
    • Type:GeoColor
    • Description:This parameter specifies the endding GeoColor of the GeoLinearGradientBrush.
  • directionAngle
    • Type:Single
    • Description:This parameter specifies the direction angle value of the GeoLinearGradientBrush.

Protected Constructors

GeoLinearGradientBrush()

  • Create a new instance of the GeoLinearGradientBrush with default settings.
Remarks
  • N/A
Parameters

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

StartColor

Gets or sets the starting GeoColor of the gradient.

Remarks

N/A

Return Value

EndColor

Gets or sets the ending GeoColor of the gradient.

Remarks

N/A

Return Value

DirectionAngle

Gets or sets the Direction angle of the GeoLinearGradientBrush.

Remarks

N/A

Return Value
  • Type:Single

WrapMode

Gets or sets a GeoWrapMode enumeration that indicates the wrap mode for the GeoLinearGradientBrush.

Remarks

N/A

Return Value

Id

N/A

Remarks

N/A

Return Value
  • Type:Int64

Protected Properties

Public Events

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