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 represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tile bitmap.
*System.Object ThinkGeo.MapSuite.Core.Tile *ThinkGeo.MapSuite.Core.BitmapTile ThinkGeo.MapSuite.Core.FileBitmapTile
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor without passing any parameters. All its properties should be set via the properties. | ||
![]() | RectangleShape, Double | This is the constructor for Tile by passing the boundingBox and scale. | |
![]() | Bitmap, RectangleShape, Double | This is the constructor for Tile by passing image bitmap and the boundingBox and scale. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Tile | This method shows the way to deep clone a Tile object. | |
![]() | This method is targeting releasing or resetting unmanaged resources. | ||
![]() | Object | Object | |
![]() | |||
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Tile | This method shows the way to override deep clone a Tile object. | |
![]() | Object(overriden) | This method is the destructorof this class. Destructor cannot be called and only will be invoked automatically. | |
![]() | |||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Bitmap | This property is the Bitmap showing the tile image. | |
![]() | RectangleShape | Tile | The Bounding box to describe the Tile. |
![]() | Double | Tile | The scale to describe the Tile. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor without passing any parameters. All its properties should be set via the properties.
Name | Type | Description |
---|
This is the constructor for Tile by passing the boundingBox and scale.
Name | Type | Description |
---|---|---|
boundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
scale | Double<!– System.Double –> |
This is the constructor for Tile by passing image bitmap and the boundingBox and scale.
Name | Type | Description |
---|---|---|
bitmap | Bitmap<!– System.Drawing.Bitmap –> | |
boundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
scale | Double<!– System.Double –> |
This method shows the way to deep clone a Tile object.
As this is a concrete public method that wraps a Core method, In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this,please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Tile<!– ThinkGeo.MapSuite.Core.Tile –> | This method returns the cloned Tile object. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Tile –> Go Back
This method is targeting releasing or resetting unmanaged resources.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.BitmapTile –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Stream<!– System.IO.Stream –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.BitmapTile –> 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
This method shows the way to override deep clone a Tile object.
As this is a concrete public method that wraps a Core method, In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this,please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Tile<!– ThinkGeo.MapSuite.Core.Tile –> | This method returns the cloned Tile object. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Tile –> Go Back
This method is the destructorof this class. Destructor cannot be called and only will be invoked automatically.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Stream<!– System.IO.Stream –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.BitmapTile –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property is the Bitmap showing the tile image.
Return Type |
---|
Bitmap<!– System.Drawing.Bitmap –> |
<!– ThinkGeo.MapSuite.Core.BitmapTile –> Go Back
The Bounding box to describe the Tile.
Return Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.Tile –> Go Back
The scale to describe the Tile.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.Core.Tile –> Go Back