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 –> This class defines a GeoBrush of a single color. Brushes are used to fill area shapes on a GeoCanvas.
*System.Object ThinkGeo.MapSuite.Core.GeoBrush *ThinkGeo.MapSuite.Core.GeoSolidBrush
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the constructor used to create a new GeoSolidBrush. | ||
![]() | GeoColor | This is the constructor used to create a new GeoSolidBrush. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | GeoBrush | Create a copy of GeoBrush using the deep clone process. The default implementation uses serialization. | |
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the constructor used to create a new GeoSolidBrush.
This constructor creates a GeoSolidBrush in the color black.
Name | Type | Description |
---|
This is the constructor used to create a new GeoSolidBrush.
This constructor creates a GeoSolidBrush by passing in a GeoColor.
Name | Type | Description |
---|---|---|
color | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represent the color of the GeoSolidBrush. |
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
This property gets or sets the color of the GeoSolidBrush.
Return Type |
---|
GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.Core.GeoSolidBrush –> 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