This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.nativeimagetile [2015/09/21 08:14] admin |
thinkgeo.mapsuite.portablecore.nativeimagetile [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.NativeImageTile ====== | ====== ThinkGeo.MapSuite.Core.NativeImageTile ====== | ||
| + | |||
| + | {{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 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} NativeImageTile() ** | ** {{wiki:PublicMethod.gif|}} NativeImageTile() ** | ||
| - | 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|}} NativeImageTile(RectangleShape,Double) ** | ** {{wiki:PublicMethod.gif|}} NativeImageTile(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 31: | Line 34: | ||
| ** {{wiki:PublicMethod.gif|}} NativeImageTile(Byte[],RectangleShape,Double) ** | ** {{wiki:PublicMethod.gif|}} NativeImageTile(Byte[],RectangleShape,Double) ** | ||
| - | This is the constructor for Tile by passing image bitmap array and the boundingBox and scale. | + | * //This is the constructor for Tile by passing image bitmap array and the boundingBox and scale.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //nativeImage// | * //nativeImage// | ||
| Line 52: | Line 55: | ||
| ** {{wiki:PublicMethod.gif|}} CloneDeep() ** | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 64: | Line 67: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 76: | Line 79: | ||
| ** {{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 92: | Line 95: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 104: | Line 107: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 117: | Line 120: | ||
| ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 129: | Line 132: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 141: | Line 144: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 154: | Line 157: | ||
| ** {{wiki:PublicProperty.gif|}} NativeImage ** | ** {{wiki:PublicProperty.gif|}} NativeImage ** | ||
| - | This property is the byte arry showing the image of the tile. | + | * //This property is the byte arry showing the image of the tile.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Byte[] | * Type:Byte[] | ||
| Line 162: | Line 165: | ||
| ** {{wiki:PublicProperty.gif|}} Scale ** | ** {{wiki:PublicProperty.gif|}} Scale ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Double | * Type:Double | ||
| Line 170: | Line 173: | ||
| ** {{wiki:PublicProperty.gif|}} BoundingBox ** | ** {{wiki:PublicProperty.gif|}} BoundingBox ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||