This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.geolineargradientbrush [2015/09/17 10:29] admin |
thinkgeo.mapsuite.core.geolineargradientbrush [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.GeoLinearGradientBrush ====== | ====== ThinkGeo.MapSuite.Core.GeoLinearGradientBrush ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| Encapsulates a GeoBrush with a linear gradient. | Encapsulates a GeoBrush with a linear gradient. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 6: | Line 9: | ||
| ***ThinkGeo.MapSuite.Core.GeoLinearGradientBrush** | ***ThinkGeo.MapSuite.Core.GeoLinearGradientBrush** | ||
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| - | === Public Constructors === | + | ==== Public Constructors ==== |
| - | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} GeoLinearGradientBrush(GeoColor,GeoColor,GeoLinearGradientDirection) ** |
| - | **{{wiki:PublicMethod.gif|}}[[#GeoLinearGradientBrush(GeoColor,GeoColor,GeoLinearGradientDirection)|GeoLinearGradientBrush]]** | + | |
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],[[ThinkGeo.MapSuite.Core.GeoLinearGradientDirection|GeoLinearGradientDirection]] | + | |
| - | * **DeclaringType**:N/A | + | |
| - | * **Summary**:Create an instance of GeoLinearGradientBrush by passing a gradient start color and gradient end color followed by the gradient direction enum. | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //Create an instance of GeoLinearGradientBrush by passing a gradient start color and gradient end color followed by the gradient direction enum.// |
| - | **{{wiki:PublicMethod.gif|}}[[#GeoLinearGradientBrush(GeoColor,GeoColor,Single)|GeoLinearGradientBrush]]** | + | == Remarks == |
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],Single | + | * //N/A// |
| - | * **DeclaringType**:N/A | + | == Parameters == |
| - | * **Summary**:Create an instance of GeoLinearGradientBrush by passing a gradient start color and gradient end color followed by the gradient direction angle. | + | * //startColor// |
| - | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] |
| + | * Description:This parameter specifies the starting GeoColor of the GeoLinearGradientBrush. | ||
| - | === Protected Constructors === | + | * //endColor// |
| - | <div class_table> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] |
| - | **{{wiki:ProtectedMethod.gif|}}[[#GeoLinearGradientBrush()|GeoLinearGradientBrush]]** | + | * Description:This parameter specifies the endding GeoColor of the GeoLinearGradientBrush. |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:N/A | + | |
| - | * **Summary**:Create a new instance of the GeoLinearGradientBrush with default settings. | + | |
| - | </div> | + | |
| - | === Public Methods === | + | * //direction// |
| - | <div class_table> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoLinearGradientDirection|GeoLinearGradientDirection]] |
| - | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | * Description:This parameter specifies the GeoLinearGradientDirection enumeration of the GeoLinearGradientBrush. |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | <div newline></div> |
| - | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | ** {{wiki:PublicMethod.gif|}} GeoLinearGradientBrush(GeoColor,GeoColor,Single) ** |
| - | * **Parameters**:Object | + | |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //Create an instance of GeoLinearGradientBrush by passing a gradient start color and gradient end color followed by the gradient direction angle.// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:Object | + | == Parameters == |
| - | * **Summary**:N/A | + | * //startColor// |
| - | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] |
| + | * Description:This parameter specifies the starting GeoColor of the GeoLinearGradientBrush. | ||
| - | <div class_table> | + | * //endColor// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] |
| - | * **Parameters**:N/A | + | * Description:This parameter specifies the endding GeoColor of the GeoLinearGradientBrush. |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //directionAngle// |
| - | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | * Type:Single |
| - | * **Parameters**:N/A | + | * Description:This parameter specifies the direction angle value of the GeoLinearGradientBrush. |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | === Protected Methods === | + | <div newline></div> |
| - | <div class_table> | + | ==== Protected Constructors ==== |
| - | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | + | ** {{wiki:ProtectedMethod.gif|}} GeoLinearGradientBrush() ** |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //Create a new instance of the GeoLinearGradientBrush with default settings.// |
| - | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:Object | + | == Parameters == |
| - | * **Summary**:N/A | + | <div newline></div> |
| - | </div> | + | ==== Public Methods ==== |
| + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** | ||
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | === Public Properties === | + | == Return Value == |
| - | **{{wiki:PublicProperty.gif|}}[[#DirectionAngle|DirectionAngle]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] |
| - | * **Return**:Single | + | * Description:N/A |
| - | * **Summary**:Gets or sets the Direction angle of the GeoLinearGradientBrush. | + | |
| - | **{{wiki:PublicProperty.gif|}}[[#EndColor|EndColor]]** | + | == Parameters == |
| - | * **Return**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | + | <div newline></div> |
| - | * **Summary**:Gets or sets the ending GeoColor of the gradient. | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | **{{wiki:PublicProperty.gif|}}[[#Id|Id]]** | + | * //N/A// |
| - | * **Return**:Int64 | + | == Remarks == |
| - | * **Summary**:N/A | + | * //N/A// |
| - | **{{wiki:PublicProperty.gif|}}[[#StartColor|StartColor]]** | + | == Return Value == |
| - | * **Return**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | + | * Type:String |
| - | * **Summary**:Gets or sets the starting GeoColor of the gradient. | + | * Description:N/A |
| - | **{{wiki:PublicProperty.gif|}}[[#WrapMode|WrapMode]]** | + | == Parameters == |
| - | * **Return**:[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] | + | <div newline></div> |
| - | * **Summary**:Gets or sets a GeoWrapMode enumeration that indicates the wrap mode for the GeoLinearGradientBrush. | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | === Protected Properties === | + | * //N/A// |
| - | === Public Events === | + | == Remarks == |
| - | ===== Public Constructors ===== | + | * //N/A// |
| - | === GeoLinearGradientBrush(GeoColor,GeoColor,GeoLinearGradientDirection) === | + | |
| - | Create an instance of GeoLinearGradientBrush by passing a gradient start color and gradient end color followed by the gradient direction enum. | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Parameters ==== | + | |
| - | **startColor** | + | |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | + | |
| - | * **Description:This parameter specifies the starting GeoColor of the GeoLinearGradientBrush. | + | |
| - | **endColor** | + | == Return Value == |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | + | * Type:Boolean |
| - | * **Description:This parameter specifies the endding GeoColor of the GeoLinearGradientBrush. | + | * Description:N/A |
| - | **direction** | + | == Parameters == |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoLinearGradientDirection|GeoLinearGradientDirection]] | + | * //obj// |
| - | * **Description:This parameter specifies the GeoLinearGradientDirection enumeration of the GeoLinearGradientBrush. | + | * Type:Object |
| + | * Description:N/A | ||
| - | [[#Public Constructors|Go Back]] | + | <div newline></div> |
| - | === GeoLinearGradientBrush(GeoColor,GeoColor,Single) === | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | Create an instance of GeoLinearGradientBrush by passing a gradient start color and gradient end color followed by the gradient direction angle. | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Parameters ==== | + | |
| - | **startColor** | + | |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | + | |
| - | * **Description:This parameter specifies the starting GeoColor of the GeoLinearGradientBrush. | + | |
| - | **endColor** | + | * //N/A// |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | + | == Remarks == |
| - | * **Description:This parameter specifies the endding GeoColor of the GeoLinearGradientBrush. | + | * //N/A// |
| - | **directionAngle** | + | == Return Value == |
| - | * **Type**:Single | + | * Type:Int32 |
| - | * **Description:This parameter specifies the direction angle value of the GeoLinearGradientBrush. | + | * Description:N/A |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ===== Protected Constructors ===== | + | <div newline></div> |
| - | === GeoLinearGradientBrush() === | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
| - | Create a new instance of the GeoLinearGradientBrush with default settings. | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Parameters ==== | + | |
| - | [[#Protected Constructors|Go Back]] | + | |
| - | ===== Public Methods ===== | + | |
| - | === CloneDeep() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Type |
| - | === Equals(Object) === | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Boolean | + | <div newline></div> |
| - | * **Description**:N/A | + | ==== Protected Methods ==== |
| + | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ||
| - | ==== Parameters ==== | + | * //N/A// |
| - | **obj** | + | == Remarks == |
| - | * **Type**:Object | + | * //N/A// |
| - | * **Description**:N/A | + | |
| - | [[#Public Methods|Go Back]] | + | == Return Value == |
| - | === GetHashCode() === | + | * Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Int32 | + | <div newline></div> |
| - | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | === GetType() === | + | * //N/A// |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:Type | + | * Type:Void |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | === ToString() === | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:String | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Object |
| - | ===== Protected Methods ===== | + | * Description:N/A |
| - | === CloneDeepCore() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] | + | <div newline></div> |
| - | * **Description**:N/A | + | ==== Public Properties ==== |
| + | ** {{wiki:PublicProperty.gif|}} StartColor ** | ||
| - | ==== Parameters ==== | + | Gets or sets the starting GeoColor of the gradient. |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | === Finalize() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| N/A | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
| - | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} EndColor ** |
| - | * **Return Type**:Void | + | |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | + | Gets or sets the ending GeoColor of the gradient. |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | === MemberwiseClone() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| N/A | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
| - | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} DirectionAngle ** |
| - | * **Return Type**:Object | + | |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | === DirectionAngle === | ||
| Gets or sets the Direction angle of the GeoLinearGradientBrush. | Gets or sets the Direction angle of the GeoLinearGradientBrush. | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Single | + | * Type:Single |
| - | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} WrapMode ** |
| - | === EndColor === | + | |
| - | Gets or sets the ending GeoColor of the gradient. | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Return Value ==== | + | |
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | + | |
| - | [[#Public Properties|Go Back]] | + | Gets or sets a GeoWrapMode enumeration that indicates the wrap mode for the GeoLinearGradientBrush. |
| - | === Id === | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Return Value == |
| - | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] |
| - | ==== Return Value ==== | + | |
| - | **Return Type**:Int64 | + | ** {{wiki:PublicProperty.gif|}} Id ** |
| - | [[#Public Properties|Go Back]] | ||
| - | === StartColor === | ||
| - | Gets or sets the starting GeoColor of the gradient. | ||
| - | ==== Remarks ==== | ||
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Remarks == |
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | + | |
| - | + | ||
| - | [[#Public Properties|Go Back]] | + | |
| - | === WrapMode === | + | |
| - | Gets or sets a GeoWrapMode enumeration that indicates the wrap mode for the GeoLinearGradientBrush. | + | |
| - | ==== Remarks ==== | + | |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] | + | * Type:Int64 |
| - | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
| - | ===== Protected Properties ===== | + | ==== Public Events ==== |
| - | ===== Public Events ===== | + | |