====== ThinkGeo.MapSuite.Core.AreaStyles ====== {{section>upgrade_map_suite_to_10.0}} 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 ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter is the fill color of the area.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter is the outline pen color for the area.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,LineDashStyle) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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// * Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] * Description:This parameter is the BorderStyle for the area style.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,Single,Single) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Single,Single) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,Single,Single) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,LineDashStyle,Single,Single) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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// * Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] * 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.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateHatchStyle(GeoHatchStyle,GeoColor,GeoColor) ** * //This method returns an AreaStyle with a hatch pattern.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This property is the color of the foreground of the hatch pattern. == Parameters == * //hatchStyle// * Type:[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]] * Description:This parameter is the hatch pattern to be used. * //foregroundBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This property is the color of the foreground of the hatch pattern. * //backgroundBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This property is the color of the background of the hatch pattern.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateHatchStyle(GeoHatchStyle,GeoColor,GeoColor,GeoColor) ** * //This method returns an AreaStyle with a hatch pattern.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle with a hatch pattern. == Parameters == * //hatchStyle// * Type:[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]] * Description:This parameter is the hatch pattern to be used. * //foregroundBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This property is the color of the foreground of the hatch pattern. * //backgroundBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This property is the color of the background of the hatch pattern. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter is the border color for the area.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateHatchStyle(GeoHatchStyle,GeoColor,GeoColor,GeoColor,Int32,LineDashStyle,Single,Single) ** * //This method returns a GeoHatchStyle.// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle with a hatch pattern. == Parameters == * //hatchStyle// * Type:[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]] * Description:This parameter is the hatch pattern to be used. * //foregroundBrushColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This property is the color of the foreground of the hatch pattern. * //backgroundColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This property is the color of the background of the hatch pattern. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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// * Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] * 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.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateLinearGradientStyle(GeoColor,GeoColor,Single) ** * //This method returns a linear gradient style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle. == Parameters == * //fromColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter represents the starting GeoColor for the gradient. * //toColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateLinearGradientStyle(GeoColor,GeoColor,Single,GeoColor) ** * //This method returns a linear gradient style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle. == Parameters == * //fromColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter represents the starting GeoColor for the gradient. * //toColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter represents the outline pen color of the area style.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateHueFamilyAreaStyle(GeoColor,GeoColor,Int32) ** * //This method returns an AreaStyle.// == Remarks == * //None.// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle. == Parameters == * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter specifies the GeoPen you want to use on the outline of the area style. * //baseColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} 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:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient. == Parameters == * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. * //baseColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter represents the starting GeoColor for the gradient. * //toColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter represents the ending GeoColor for the gradient. * //angle// * Type:Single * Description:This parameter represents the angle for the gradient.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateQualityFamilyAreaStyle(GeoColor,GeoColor,Int32) ** * //This method returns an AreaStyle in a family of quality-realted colors.// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle in a family of quality-realted colors. == Parameters == * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. * //baseColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} 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:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient. == Parameters == * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. * //baseColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:This parameter represents the starting GeoColor for the gradient. * //toColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|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 ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====