This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.core.linestyles [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.linestyles [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.LineStyles ====== | ====== ThinkGeo.MapSuite.Core.LineStyles ====== | ||
- | O:15:"HistoryBlobStub":3:{s:6:"mOldId";s:5:"21613";s:5:"mHash";s:32:"424e3bfbb4e23f1838326e418561838f";s:4:"mRef";s:5:"35464";} | + | {{section>upgrade_map_suite_to_10.0}} |
+ | |||
+ | This class is a collection of predefined styles and helper methods to create styles. | ||
+ | ===== Inheritance Hierarchy ===== | ||
+ | *System.Object | ||
+ | ***ThinkGeo.MapSuite.Core.LineStyles** | ||
+ | ===== 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 == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleLineStyle(GeoColor,Single,Boolean) ** | ||
+ | |||
+ | * //This method returns a LineStyle based on the parameters passed in.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
+ | * Description:This method returns a LineStyle based on the parameters passed in. | ||
+ | |||
+ | == Parameters == | ||
+ | * //centerlineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //centerlineWidth// | ||
+ | * Type:Single | ||
+ | * Description:N/A | ||
+ | |||
+ | * //roundCap// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleLineStyle(GeoColor,Single,LineDashStyle,Boolean) ** | ||
+ | |||
+ | * //This method returns a LineStyle based on the parameters passed in.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
+ | * Description:This method returns a LineStyle based on the parameters passed in. | ||
+ | |||
+ | == Parameters == | ||
+ | * //centerlineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the center line color. | ||
+ | |||
+ | * //centerlineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This paramter is the the center line width. | ||
+ | |||
+ | * //centerlineDashStyle// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] | ||
+ | * Description:This parameter is the dash style for the center line. | ||
+ | |||
+ | * //roundCap// | ||
+ | * Type:Boolean | ||
+ | * Description:This parameter defines whether you want a rounded end cap. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleLineStyle(GeoColor,Single,GeoColor,Single,Boolean) ** | ||
+ | |||
+ | * //This method returns a LineStyle based on the parameters passed in.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
+ | * Description:This method returns a LineStyle based on the parameters passed in. | ||
+ | |||
+ | == Parameters == | ||
+ | * //innerLineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the inner line color. | ||
+ | |||
+ | * //innerLineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the inner line width. | ||
+ | |||
+ | * //outerLineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the outer line color. | ||
+ | |||
+ | * //outerLineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the outer line width. | ||
+ | |||
+ | * //roundCap// | ||
+ | * Type:Boolean | ||
+ | * Description:This parameter defines whether you want a rounded end cap. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleLineStyle(GeoColor,Single,LineDashStyle,GeoColor,Single,LineDashStyle,Boolean) ** | ||
+ | |||
+ | * //This method returns a LineStyle based on the parameters passed in.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
+ | * Description:This method returns a LineStyle based on the parameters passed in. | ||
+ | |||
+ | == Parameters == | ||
+ | * //innerLineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the inner line color. | ||
+ | |||
+ | * //innerLineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the inner line width. | ||
+ | |||
+ | * //innerLineDashStyle// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] | ||
+ | * Description:This parameter is the inner line dash style. | ||
+ | |||
+ | * //outerLineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the outer line color. | ||
+ | |||
+ | * //outerLineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the outer line width. | ||
+ | |||
+ | * //outerLineDashStyle// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] | ||
+ | * Description:This parameter is the outer line dash style. | ||
+ | |||
+ | * //roundCap// | ||
+ | * Type:Boolean | ||
+ | * Description:This parameter defines whether you want a rounded end cap. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleLineStyle(GeoColor,Single,GeoColor,Single,GeoColor,Single,Boolean) ** | ||
+ | |||
+ | * //This method returns a LineStyle based on the parameters passed in.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
+ | * Description:This method returns a LineStyle based on the parameters passed in. | ||
+ | |||
+ | == Parameters == | ||
+ | * //centerlineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the center line color. | ||
+ | |||
+ | * //centerlineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the center line width. | ||
+ | |||
+ | * //innerLineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the inner line color. | ||
+ | |||
+ | * //innerLineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the inner line width. | ||
+ | |||
+ | * //outerLineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the outer line color. | ||
+ | |||
+ | * //outerLineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the outer line width. | ||
+ | |||
+ | * //roundCap// | ||
+ | * Type:Boolean | ||
+ | * Description:This parameter defines whether you want a rounded end cap. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleLineStyle(GeoColor,Single,LineDashStyle,GeoColor,Single,LineDashStyle,GeoColor,Single,LineDashStyle,Boolean) ** | ||
+ | |||
+ | * //This method returns a LineStyle based on the parameters passed in.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
+ | * Description:This method returns a LineStyle based on the parameters passed in. | ||
+ | |||
+ | == Parameters == | ||
+ | * //centerlineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the center line color. | ||
+ | |||
+ | * //centerlineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the center line width. | ||
+ | |||
+ | * //centerlineDashStyle// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] | ||
+ | * Description:This parameter is the center line dash style. | ||
+ | |||
+ | * //innerLineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the inner line color. | ||
+ | |||
+ | * //innerLineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the inner line width. | ||
+ | |||
+ | * //innerLineDashStyle// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] | ||
+ | * Description:This parameter is the inner line dash style. | ||
+ | |||
+ | * //outerLineColor// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
+ | * Description:This parameter is the outer line color. | ||
+ | |||
+ | * //outerLineWidth// | ||
+ | * Type:Single | ||
+ | * Description:This parameter is the outer line width. | ||
+ | |||
+ | * //outerLineDashStyle// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] | ||
+ | * Description:This parameter is the outer line dash style. | ||
+ | |||
+ | * //roundCap// | ||
+ | * Type:Boolean | ||
+ | * Description:This parameter defines whether you want a rounded end cap. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||