User Tools

Site Tools


thinkgeo.mapsuite.core.areastyles

This is an old revision of the document!


ThinkGeo.MapSuite.Core.AreaStyles

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

CreateHatchStyle

CreateHatchStyle

CreateHatchStyle

CreateHueFamilyAreaStyle

  • Parameters:GeoColor,GeoColor,Int32
  • DeclaringType:N/A
  • Summary:This method returns an AreaStyle.

CreateHueFamilyLinearGradientAreaStyle

  • Parameters:GeoColor,GeoColor,Int32,GeoColor,GeoColor,Single
  • DeclaringType:N/A
  • Summary:This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient.

CreateLinearGradientStyle

CreateLinearGradientStyle

  • Parameters:GeoColor,GeoColor,Single
  • DeclaringType:N/A
  • Summary:This method returns a linear gradient style.

CreateQualityFamilyAreaStyle

  • Parameters:GeoColor,GeoColor,Int32
  • DeclaringType:N/A
  • Summary:This method returns an AreaStyle in a family of quality-realted colors.

CreateQualityFamilyLinearGradientAreaStyle

  • Parameters:GeoColor,GeoColor,Int32,GeoColor,GeoColor,Single
  • DeclaringType:N/A
  • Summary:This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient.

CreateSimpleAreaStyle

CreateSimpleAreaStyle

  • Parameters:GeoColor,GeoColor,Int32,Single,Single
  • DeclaringType:N/A
  • Summary:This method builds a simple area style.

CreateSimpleAreaStyle

  • Parameters:GeoColor,Single,Single
  • DeclaringType:N/A
  • Summary:This method builds a simple area style.

CreateSimpleAreaStyle

CreateSimpleAreaStyle

  • Parameters:GeoColor,GeoColor,Int32
  • DeclaringType:N/A
  • Summary:This method builds a simple area style.

CreateSimpleAreaStyle

  • Parameters:GeoColor,GeoColor
  • DeclaringType:N/A
  • Summary:This method builds a simple area style.

CreateSimpleAreaStyle

  • Parameters:GeoColor
  • DeclaringType:N/A
  • Summary:This method builds a simple area style.

CreateSimpleAreaStyle

  • Parameters:GeoColor,GeoColor,Single,Single
  • DeclaringType:N/A
  • Summary:This method builds a simple area style.

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Protected Methods

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

Protected Properties

Public Events

Public Constructors

Protected Constructors

Public Methods

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

This method returns a GeoHatchStyle.

Remarks

N/A

Return Value

  • Return 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.

Go Back

CreateHatchStyle(GeoHatchStyle,GeoColor,GeoColor,GeoColor)

This method returns an AreaStyle with a hatch pattern.

Remarks

None

Return Value

  • Return 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.

Go Back

CreateHatchStyle(GeoHatchStyle,GeoColor,GeoColor)

This method returns an AreaStyle with a hatch pattern.

Remarks

None

Return Value

  • Return 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.

Go Back

CreateHueFamilyAreaStyle(GeoColor,GeoColor,Int32)

This method returns an AreaStyle.

Remarks

None.

Return Value

  • Return 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.

Go Back

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

  • Return 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.

Go Back

CreateLinearGradientStyle(GeoColor,GeoColor,Single,GeoColor)

This method returns a linear gradient style.

Remarks

None

Return Value

  • Return 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.

Go Back

CreateLinearGradientStyle(GeoColor,GeoColor,Single)

This method returns a linear gradient style.

Remarks

None

Return Value

  • Return 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.

Go Back

CreateQualityFamilyAreaStyle(GeoColor,GeoColor,Int32)

This method returns an AreaStyle in a family of quality-realted colors.

Remarks

N/A

Return Value

  • Return 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.

Go Back

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

  • Return 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.

Go Back

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

This method builds a simple area style.

Remarks

None

Return Value

  • Return 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.

Go Back

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

This method builds a simple area style.

Remarks

None

Return Value

  • Return 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.

Go Back

CreateSimpleAreaStyle(GeoColor,Single,Single)

This method builds a simple area style.

Remarks

None

Return Value

  • Return 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.

Go Back

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,LineDashStyle)

This method builds a simple area style.

Remarks

None

Return Value

  • Return 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.

Go Back

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32)

This method builds a simple area style.

Remarks

None

Return Value

  • Return 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.

Go Back

CreateSimpleAreaStyle(GeoColor,GeoColor)

This method builds a simple area style.

Remarks

None

Return Value

  • Return 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.

Go Back

CreateSimpleAreaStyle(GeoColor)

This method builds a simple area style.

Remarks

None

Return Value

  • Return Type:AreaStyle
  • Description:This method builds a simple area style.

Parameters

fillBrushColor

  • Type:GeoColor
  • Description:This parameter is the fill color of the area.

Go Back

CreateSimpleAreaStyle(GeoColor,GeoColor,Single,Single)

This method builds a simple area style.

Remarks

None

Return Value

  • Return 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.

Go Back

Equals(Object)

N/A

Remarks

N/A

Return Value

  • Return Type:Boolean
  • Description:N/A

Parameters

obj

  • Type:Object
  • Description:N/A

Go Back

GetHashCode()

N/A

Remarks

N/A

Return Value

  • Return Type:Int32
  • Description:N/A

Parameters

GetType()

N/A

Remarks

N/A

Return Value

  • Return Type:Type
  • Description:N/A

Parameters

ToString()

N/A

Remarks

N/A

Return Value

  • Return Type:String
  • Description:N/A

Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value

  • Return Type:Object
  • Description:N/A

Parameters

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.core.areastyles.1442485530.txt.gz · Last modified: 2015/09/17 10:25 by admin