A tile of a bitmap.
More...
|
void | Dispose (bool calledFromDispose) |
|
◆ TiledBitmap()
XLToolbox.Export.Models.TiledBitmap.TiledBitmap |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
Constructs an instance given a desired width and height. If there is not enough memory for the entire bitmap, the height will be reduced as much as necessary.
- Parameters
-
width | Width in pixels. |
height | Desired height in pixels; the actual height may be reduced if tiling is necessary. |
◆ Cancel()
void XLToolbox.Export.Models.TiledBitmap.Cancel |
( |
| ) |
|
|
inline |
◆ CreateFreeImageBitmap()
◆ Dispose() [1/2]
void XLToolbox.Export.Models.TiledBitmap.Dispose |
( |
| ) |
|
|
inline |
◆ Dispose() [2/2]
void XLToolbox.Export.Models.TiledBitmap.Dispose |
( |
bool |
calledFromDispose | ) |
|
|
inlineprotected |
◆ FreeImageBitmap
FreeImageBitmap XLToolbox.Export.Models.TiledBitmap.FreeImageBitmap |
|
get |
◆ Height
int XLToolbox.Export.Models.TiledBitmap.Height |
|
get |
Gets the actual height of the bitmap tile.
◆ IsFullSize
bool XLToolbox.Export.Models.TiledBitmap.IsFullSize |
|
get |
Is true if the tile fits the entire image.
◆ OriginalHeight
int XLToolbox.Export.Models.TiledBitmap.OriginalHeight |
|
get |
Gets the height that was originally desired when the object was constructed.
◆ PercentCompleted
int XLToolbox.Export.Models.TiledBitmap.PercentCompleted |
|
get |
◆ Width
int XLToolbox.Export.Models.TiledBitmap.Width |
|
get |
Gets the width of the bitmap tile.
The documentation for this class was generated from the following file: