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
thinkgeo.mapsuite.core.geolineargradientbrush [2015/09/22 08:19]
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 ==== 
-** {{wiki:​PublicMethod.gif|}} 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-** {{wiki:​ProtectedMethod.gif|}} GeoLinearGradientBrush() ** 
- 
-  * //Create a new instance of the GeoLinearGradientBrush with default settings.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} CloneDeep() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 ==== 
-** {{wiki:​PublicProperty.gif|}} StartColor ** 
- 
-Gets or sets the starting GeoColor of the gradient. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
- 
-** {{wiki:​PublicProperty.gif|}} EndColor ** 
- 
-Gets or sets the ending GeoColor of the gradient. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
- 
-** {{wiki:​PublicProperty.gif|}} DirectionAngle ** 
- 
-Gets or sets the Direction angle of the GeoLinearGradientBrush. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} WrapMode ** 
- 
-Gets or sets a GeoWrapMode enumeration that indicates the wrap mode for the GeoLinearGradientBrush. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] 
- 
-** {{wiki:​PublicProperty.gif|}} Id ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int64 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.core.geolineargradientbrush.1442909982.txt.gz ยท Last modified: 2015/09/22 08:19 by admin