User Tools

Site Tools


thinkgeo.mapsuite.core.geolineargradientbrush

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.geolineargradientbrush [2015/09/17 10:29]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.GeoLinearGradientBrush ====== 
-Encapsulates a GeoBrush with a linear gradient. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.Core.GeoBrush 
-      ***ThinkGeo.MapSuite.Core.GeoLinearGradientBrush** 
-===== Members Summary ===== 
-=== Public Constructors === 
-<div class_table>​ 
-**{{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>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GeoLinearGradientBrush(GeoColor,​GeoColor,​Single)|GeoLinearGradientBrush]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Create an instance of GeoLinearGradientBrush by passing a gradient start color and gradient end color followed by the gradient direction angle. 
-</​div>​ 
- 
-=== Protected Constructors === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GeoLinearGradientBrush()|GeoLinearGradientBrush]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Create a new instance of the GeoLinearGradientBrush with default settings. 
-</​div>​ 
- 
-=== Public Methods === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** 
-  * **Parameters**:​Object 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Protected Methods === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Public Properties === 
-**{{wiki:​PublicProperty.gif|}}[[#​DirectionAngle|DirectionAngle]]** 
-  * **Return**:​Single 
-  * **Summary**:​Gets or sets the Direction angle of the GeoLinearGradientBrush. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​EndColor|EndColor]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-  * **Summary**:​Gets or sets the ending GeoColor of the gradient. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Id|Id]]** 
-  * **Return**:​Int64 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​StartColor|StartColor]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-  * **Summary**:​Gets or sets the starting GeoColor of the gradient. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​WrapMode|WrapMode]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] 
-  * **Summary**:​Gets or sets a GeoWrapMode enumeration that indicates the wrap mode for the GeoLinearGradientBrush. 
- 
-=== Protected Properties === 
-=== Public Events === 
-===== Public Constructors ===== 
-=== 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** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-  * **Description:​This parameter specifies the endding GeoColor of the GeoLinearGradientBrush. 
- 
-**direction** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoLinearGradientDirection|GeoLinearGradientDirection]] 
-  * **Description:​This parameter specifies the GeoLinearGradientDirection enumeration of the GeoLinearGradientBrush. 
- 
-[[#Public Constructors|Go Back]] 
-=== GeoLinearGradientBrush(GeoColor,​GeoColor,​Single) === 
-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** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-  * **Description:​This parameter specifies the endding GeoColor of the GeoLinearGradientBrush. 
- 
-**directionAngle** 
-  * **Type**:​Single 
-  * **Description:​This parameter specifies the direction angle value of the GeoLinearGradientBrush. 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-=== GeoLinearGradientBrush() === 
-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** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== Equals(Object) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**obj** 
-  * **Type**:​Object 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Int32 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetType() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Type 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== ToString() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== CloneDeepCore() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== Finalize() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== DirectionAngle === 
-Gets or sets the Direction angle of the GeoLinearGradientBrush. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Single 
- 
-[[#Public Properties|Go Back]] 
-=== 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]] 
-=== Id === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Int64 
- 
-[[#Public Properties|Go Back]] 
-=== StartColor === 
-Gets or sets the starting GeoColor of the gradient. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**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 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
  
thinkgeo.mapsuite.core.geolineargradientbrush.1442485795.txt.gz ยท Last modified: 2015/09/17 10:29 by admin