This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.bitmaptile [2015/09/21 01:01] admin |
thinkgeo.mapsuite.core.bitmaptile [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.BitmapTile ====== | ====== ThinkGeo.MapSuite.Core.BitmapTile ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tile bitmap. | This class represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tile bitmap. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 10: | Line 13: | ||
| ** {{wiki:PublicMethod.gif|}} BitmapTile() ** | ** {{wiki:PublicMethod.gif|}} BitmapTile() ** | ||
| - | This is the default constructor without passing any parameters. All its properties should be set via the properties. | + | * //This is the default constructor without passing any parameters. All its properties should be set via the properties.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} BitmapTile(RectangleShape,Double) ** | ** {{wiki:PublicMethod.gif|}} BitmapTile(RectangleShape,Double) ** | ||
| - | This is the constructor for Tile by passing the boundingBox and scale. | + | * //This is the constructor for Tile by passing the boundingBox and scale.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //boundingBox// | * //boundingBox// | ||
| Line 30: | Line 33: | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} BitmapTile(GeoImage,RectangleShape,Double) ** | + | ** {{wiki:PublicMethod.gif|}} BitmapTile(Bitmap,RectangleShape,Double) ** |
| - | This is the constructor for Tile by passing image bitmap and the boundingBox and scale. | + | * //This is the constructor for Tile by passing image bitmap and the boundingBox and scale.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //bitmap// | * //bitmap// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | + | * Type:Bitmap |
| * Description:N/A | * Description:N/A | ||
| Line 53: | Line 56: | ||
| ** {{wiki:PublicMethod.gif|}} GetBitmapStream() ** | ** {{wiki:PublicMethod.gif|}} GetBitmapStream() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 65: | Line 68: | ||
| ** {{wiki:PublicMethod.gif|}} Dispose() ** | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
| - | This method is targeting releasing or resetting unmanaged resources. | + | * //This method is targeting releasing or resetting unmanaged resources.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 77: | Line 80: | ||
| ** {{wiki:PublicMethod.gif|}} CloneDeep() ** | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 89: | Line 92: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 101: | Line 104: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 117: | Line 120: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 129: | Line 132: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 142: | Line 145: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetBitmapStreamCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetBitmapStreamCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 154: | Line 157: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | This method is the destructorof this class. Destructor cannot be called and only will be invoked automatically. | + | * //This method is the destructorof this class. Destructor cannot be called and only will be invoked automatically.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 166: | Line 169: | ||
| ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 178: | Line 181: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 191: | Line 194: | ||
| ** {{wiki:PublicProperty.gif|}} Bitmap ** | ** {{wiki:PublicProperty.gif|}} Bitmap ** | ||
| - | This property is the NativeImage showing the tile image. | + | This property is the Bitmap showing the tile image. |
| == Remarks == | == Remarks == | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | + | * Type:Bitmap |
| ** {{wiki:PublicProperty.gif|}} Scale ** | ** {{wiki:PublicProperty.gif|}} Scale ** | ||