This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.areastyleadvanced [2015/09/17 10:25] admin |
thinkgeo.mapsuite.core.areastyleadvanced [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.AreaStyleAdvanced ====== | ====== ThinkGeo.MapSuite.Core.AreaStyleAdvanced ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class represents the advanced drawing options for area styles. | This class represents the advanced drawing options for area styles. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 5: | Line 8: | ||
| ***ThinkGeo.MapSuite.Core.AreaStyleAdvanced** | ***ThinkGeo.MapSuite.Core.AreaStyleAdvanced** | ||
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| - | === Public Constructors === | + | ==== Public Constructors ==== |
| - | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} AreaStyleAdvanced() ** |
| - | **{{wiki:PublicMethod.gif|}}[[#AreaStyleAdvanced()|AreaStyleAdvanced]]** | + | |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:N/A | + | |
| - | * **Summary**:This is the default constructor for the class. | + | |
| - | </div> | + | |
| - | === Protected Constructors === | + | * //This is the default constructor for the class.// |
| - | === Public Methods === | + | == Remarks == |
| - | <div class_table> | + | * //None// |
| - | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | == Parameters == |
| - | * **Parameters**:N/A | + | <div newline></div> |
| - | * **DeclaringType**:N/A | + | ==== Protected Constructors ==== |
| - | * **Summary**:Create a copy of AreaStyleAdvanced class using the deep clone process. | + | ==== Public Methods ==== |
| - | </div> | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
| - | <div class_table> | + | * //Create a copy of AreaStyleAdvanced class using the deep clone process.// |
| - | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | == Remarks == |
| - | * **Parameters**:Object | + | * //The difference between deep clone and shallow clone is as follows: In shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within.// |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Return Value == |
| - | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | * Type:[[ThinkGeo.MapSuite.Core.AreaStyleAdvanced|AreaStyleAdvanced]] |
| - | * **Parameters**:N/A | + | * Description:A cloned AreaStyleAdvanced. |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | <div newline></div> |
| - | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | === Protected Methods === | + | == Return Value == |
| - | <div class_table> | + | * Type:String |
| - | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | * Description:N/A |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | <div newline></div> |
| - | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | === Public Properties === | + | * //N/A// |
| - | **{{wiki:PublicProperty.gif|}}[[#FillCustomBrush|FillCustomBrush]]** | + | == Remarks == |
| - | * **Return**:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] | + | * //N/A// |
| - | * **Summary**:This property allows you to get and set a custom fill brush. | + | |
| - | === Protected Properties === | + | == Return Value == |
| - | === Public Events === | + | * Type:Boolean |
| - | ===== Public Constructors ===== | + | * Description:N/A |
| - | === AreaStyleAdvanced() === | + | |
| - | This is the default constructor for the class. | + | |
| - | ==== Remarks ==== | + | |
| - | None | + | |
| - | ==== Parameters ==== | + | |
| - | [[#Public Constructors|Go Back]] | + | |
| - | ===== Protected Constructors ===== | + | |
| - | ===== Public Methods ===== | + | |
| - | === CloneDeep() === | + | |
| - | Create a copy of AreaStyleAdvanced class using the deep clone process. | + | |
| - | ==== Remarks ==== | + | |
| - | The difference between deep clone and shallow clone is as follows: In shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within. | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.AreaStyleAdvanced|AreaStyleAdvanced]] | + | * //obj// |
| - | * **Description**:A cloned AreaStyleAdvanced. | + | * Type:Object |
| + | * Description:N/A | ||
| - | ==== Parameters ==== | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | === Equals(Object) === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:Boolean | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | **obj** | + | * Type:Int32 |
| - | * **Type**:Object | + | * Description:N/A |
| - | * **Description**:N/A | + | |
| - | [[#Public Methods|Go Back]] | + | == Parameters == |
| - | === GetHashCode() === | + | <div newline></div> |
| - | N/A | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:Int32 | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Type |
| - | === GetType() === | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Type | + | <div newline></div> |
| - | * **Description**:N/A | + | ==== Protected Methods ==== |
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | === ToString() === | + | * //N/A// |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:String | + | * Type:Void |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ===== Protected Methods ===== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| - | === Finalize() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:Void | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Object |
| - | === MemberwiseClone() === | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Object | + | <div newline></div> |
| - | * **Description**:N/A | + | ==== Public Properties ==== |
| + | ** {{wiki:PublicProperty.gif|}} FillCustomBrush ** | ||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | === FillCustomBrush === | ||
| This property allows you to get and set a custom fill brush. | This property allows you to get and set a custom fill brush. | ||
| - | ==== Remarks ==== | + | == Remarks == |
| This allows you to use custom brushes to achieve effects such as linear gradients and bitmap fills. If you use any brush besides the SolidBrush, you would set it in this property. | This allows you to use custom brushes to achieve effects such as linear gradients and bitmap fills. If you use any brush besides the SolidBrush, you would set it in this property. | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] |
| - | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
| - | ===== Protected Properties ===== | + | ==== Public Events ==== |
| - | ===== Public Events ===== | + | |