====== 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. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Core.Tile ***ThinkGeo.MapSuite.Core.BitmapTile** *[[ThinkGeo.MapSuite.Core.FileBitmapTile]] ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} BitmapTile() ** * //This is the default constructor without passing any parameters. All its properties should be set via the properties.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} BitmapTile(RectangleShape,Double) ** * //This is the constructor for Tile by passing the boundingBox and scale.// == Remarks == * //N/A// == Parameters == * //boundingBox// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //scale// * Type:Double * Description:N/A
** {{wiki:PublicMethod.gif|}} BitmapTile(GeoImage,RectangleShape,Double) ** * //This is the constructor for Tile by passing image bitmap and the boundingBox and scale.// == Remarks == * //N/A// == Parameters == * //bitmap// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //boundingBox// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //scale// * Type:Double * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetBitmapStream() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Dispose() ** * //This method is targeting releasing or resetting unmanaged resources.// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} CloneDeep() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} GetBitmapStreamCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //This method is the destructorof this class. Destructor cannot be called and only will be invoked automatically.// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Bitmap ** * //This property is the NativeImage showing the tile image.// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] ** {{wiki:PublicProperty.gif|}} Scale ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} BoundingBox ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ==== Protected Properties ==== ==== Public Events ====