ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> Defines objects used to fill the interiors of AreaBaseShapes, such as MultiPolygonShape, PolygonShape, EllipseShape, and other AreaBaseShapes.
This is an abstract base class and cannot be instantiated. To create a GeoBrush object, use classes derived from GeoBrush, such as GeoSolidBrush.
*System.Object ThinkGeo.MapSuite.Core.GeoBrush *ThinkGeo.MapSuite.Core.GeoHatchBrush *ThinkGeo.MapSuite.Core.GeoLinearGradientBrush *ThinkGeo.MapSuite.Core.GeoSolidBrush ***ThinkGeo.MapSuite.Core.GeoTextureBrush
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the constructor for the GeoBrush |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Create a copy of GeoBrush using the deep clone process. | ||
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Create a copy of GeoBrush using the deep clone process. The default implementation uses serialization. | ||
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Int64 | The id of the GeoBrush. This is always used as a key when in the cached brushes. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the constructor for the GeoBrush
Name | Type | Description |
---|
Create a copy of GeoBrush using the deep clone process.
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 Type | Description |
---|---|
GeoBrush<!– ThinkGeo.MapSuite.Core.GeoBrush –> | A cloned GeoBrush. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.GeoBrush –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Create a copy of GeoBrush using the deep clone process. The default implementation uses serialization.
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 Type | Description |
---|---|
GeoBrush<!– ThinkGeo.MapSuite.Core.GeoBrush –> | A cloned GeoBrush. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.GeoBrush –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
The id of the GeoBrush. This is always used as a key when in the cached brushes.
Return Type |
---|
Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.GeoBrush –> Go Back