User Tools

Site Tools


api:thinkgeo.mapsuite.styles.areastyles

ThinkGeo.MapSuite.Styles.AreaStyles

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Styles.AreaStyles

Members Summary

Public Constructors

Protected Constructors

Public Methods

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

CreateSimpleAreaStyle(GeoColor)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color of the area.

CreateSimpleAreaStyle(GeoColor,GeoColor)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.
  • outlinePenWidth
    • Type:Int32
    • Description:This parameter is the outline pen width for the area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,LineDashStyle)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.
  • outlinePenWidth
    • Type:Int32
    • Description:This parameter is the outline pen width for the area.
  • borderStyle
    • Description:This parameter is the BorderStyle for the area style.

CreateSimpleAreaStyle(GeoColor,Single,Single)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • xOffsetInPixel
    • Type:Single
    • Description:This parameter is the X pixels offset for this area.
  • yOffsetInPixel
    • Type:Single
    • Description:This parameter is the Y pixels offset for this area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Single,Single)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline color for the area.
  • xOffsetInPixel
    • Type:Single
    • Description:This parameter is the X pixels offset for this area.
  • yOffsetInPixel
    • Type:Single
    • Description:This parameter is the Y pixels offset for this area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,Single,Single)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.
  • outlinePenWidth
    • Type:Int32
    • Description:This parameter is the outline pen width for the area.
  • xOffsetInPixel
    • Type:Single
    • Description:This parameter is the X pixels offset for this area.
  • yOffsetInPixel
    • Type:Single
    • Description:This parameter is the Y pixels offset for this area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,LineDashStyle,Single,Single)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.
  • outlinePenWidth
    • Type:Int32
    • Description:This parameter is the outline pen width for the area.
  • borderStyle
    • Description:This parameter is the BorderStyle for the area.
  • xOffsetInPixel
    • Type:Single
    • Description:This parameter is the X pixels offset for this area.
  • yOffsetInPixel
    • Type:Single
    • Description:This parameter is the Y pixels offset for this area.

CreateHatchStyle(GeoHatchStyle,GeoColor,GeoColor)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This property is the color of the foreground of the hatch pattern.
Parameters
  • hatchStyle
    • Description:This parameter is the hatch pattern to be used.
  • foregroundBrushColor
    • Type:GeoColor
    • Description:This property is the color of the foreground of the hatch pattern.
  • backgroundBrushColor
    • Type:GeoColor
    • Description:This property is the color of the background of the hatch pattern.

CreateHatchStyle(GeoHatchStyle,GeoColor,GeoColor,GeoColor)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle with a hatch pattern.
Parameters
  • hatchStyle
    • Description:This parameter is the hatch pattern to be used.
  • foregroundBrushColor
    • Type:GeoColor
    • Description:This property is the color of the foreground of the hatch pattern.
  • backgroundBrushColor
    • Type:GeoColor
    • Description:This property is the color of the background of the hatch pattern.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the border color for the area.

CreateHatchStyle(GeoHatchStyle,GeoColor,GeoColor,GeoColor,Int32,LineDashStyle,Single,Single)

  • N/A
Remarks
  • N/A
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle with a hatch pattern.
Parameters
  • hatchStyle
    • Description:This parameter is the hatch pattern to be used.
  • foregroundBrushColor
    • Type:GeoColor
    • Description:This property is the color of the foreground of the hatch pattern.
  • backgroundColor
    • Type:GeoColor
    • Description:This property is the color of the background of the hatch pattern.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the border color for the area.
  • outlinePenWidth
    • Type:Int32
    • Description:This parameter is the border width for the area.
  • outlineDashStyle
    • Description:This parameter is the dahs style to be used for the border.
  • xOffsetInPixel
    • Type:Single
    • Description:This parameter is the pixel offset for X.
  • yOffsetInPixel
    • Type:Single
    • Description:This parameter is the pixel offset for Y.

CreateLinearGradientStyle(GeoColor,GeoColor,Single)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle.
Parameters
  • fromColor
    • Type:GeoColor
    • Description:This parameter represents the starting GeoColor for the gradient.
  • toColor
    • Type:GeoColor
    • Description:This parameter represents the ending GeoColor for the gradient.
  • angle
    • Type:Single
    • Description:This parameter represents the angle of the color changing from start to end.

CreateLinearGradientStyle(GeoColor,GeoColor,Single,GeoColor)

  • N/A
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle.
Parameters
  • fromColor
    • Type:GeoColor
    • Description:This parameter represents the starting GeoColor for the gradient.
  • toColor
    • Type:GeoColor
    • Description:This parameter represents the ending GeoColor for the gradient.
  • angle
    • Type:Single
    • Description:This parameter represents the angle of the color changing from start to end.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter represents the outline pen color of the area style.

CreateHueFamilyAreaStyle(GeoColor,GeoColor,Int32)

  • N/A
Remarks
  • None.
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle.
Parameters
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter specifies the GeoPen you want to use on the outline of the area style.
  • baseColor
    • Type:GeoColor
    • Description:The base GeoColor of the hue family colors.
  • numberOfColors
    • Type:Int32
    • Description:The number of GeoColors in hue family to construct the areastyle.

CreateHueFamilyLinearGradientAreaStyle(GeoColor,GeoColor,Int32,GeoColor,GeoColor,Single)

  • N/A
Remarks
  • None.
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient.
Parameters
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter specifies the GeoPen you want to use on the outline of the AreaStyle.
  • baseColor
    • Type:GeoColor
    • Description:The base GeoColor for the hue family of colors.
  • numberOfColors
    • Type:Int32
    • Description:The number of GeoColors in the hue family to construct the AreaStyle.
  • fromColor
    • Type:GeoColor
    • Description:This parameter represents the starting GeoColor for the gradient.
  • toColor
    • Type:GeoColor
    • Description:This parameter represents the ending GeoColor for the gradient.
  • angle
    • Type:Single
    • Description:This parameter represents the angle for the gradient.

CreateQualityFamilyAreaStyle(GeoColor,GeoColor,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle in a family of quality-realted colors.
Parameters
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter specifies the GeoPen you want to use on the outline of the AreaStyle.
  • baseColor
    • Type:GeoColor
    • Description:The base GeoColor for the quality family of colors.
  • numberOfColors
    • Type:Int32
    • Description:The number of GeoColors in the quality-based family to construct the AreaStyle.

CreateQualityFamilyLinearGradientAreaStyle(GeoColor,GeoColor,Int32,GeoColor,GeoColor,Single)

  • N/A
Remarks
  • None.
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient.
Parameters
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter specifies the GeoPen you want to use on the outline of the AreaStyle.
  • baseColor
    • Type:GeoColor
    • Description:The base GeoColor for the quality family of colors.
  • numberOfColors
    • Type:Int32
    • Description:The number of GeoColors in quality-based family to construct the AreaStyle.
  • fromColor
    • Type:GeoColor
    • Description:This parameter represents the starting GeoColor for the gradient.
  • toColor
    • Type:GeoColor
    • Description:This parameter represents the ending GeoColor for the gradient.
  • angle
    • Type:Single
    • Description:This parameter represents the angle for the gradient.

Protected Methods

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

Protected Properties

Public Events

api/thinkgeo.mapsuite.styles.areastyles.txt · Last modified: 2017/01/11 06:49 (external edit)