User Tools

Site Tools


thinkgeo.mapsuite.portablecore.areastyles

ThinkGeo.MapSuite.Core.AreaStyles

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 is a collection of predefined styles and helper methods for creating styles.

Inheritance Hierarchy

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

  • This method builds a simple area style.
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)

  • This method builds a simple area style.
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)

  • This method builds a simple area style.
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)

  • This method builds a simple area style.
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)

  • This method builds a simple area style.
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)

  • This method builds a simple area style.
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)

  • This method builds a simple area style.
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)

  • This method builds a simple area style.
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)

  • This method returns an AreaStyle with a hatch pattern.
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)

  • This method returns an AreaStyle with a hatch pattern.
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)

  • This method returns a GeoHatchStyle.
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)

  • This method returns a linear gradient style.
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)

  • This method returns a linear gradient style.
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)

  • This method returns an AreaStyle.
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)

  • This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient.
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)

  • This method returns an AreaStyle in a family of quality-realted colors.
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)

  • This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient.
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

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