Public Member Functions | |
| BitmapImage (int width, int height, GraphicsFormat format, String name) | |
| BitmapImage (int width, int height, GraphicsFormat format, byte[] data, String name) | |
| GraphicsFormat | getDataFormat () |
| Returns the GraphicsFormat of this BitmapImage. More... | |
| long | getHeight () |
| Returns the width of this BitmapImage. More... | |
| long | getHeight (long mipmapLevel) |
| Returns the height of the given mipmaplevel of this BitmapImage. More... | |
| long | getMipmapLevelCount () |
| Returns the mipmap level count of this BitmapImage. More... | |
| long | getWidth () |
| Returns the width of this BitmapImage. More... | |
| long | getWidth (long mipmapLevel) |
| Returns the width of the given mipmaplevel of this BitmapImage. More... | |
| GraphicsFormat getDataFormat | ( | ) |
Returns the GraphicsFormat of this BitmapImage.
| long getHeight | ( | ) |
Returns the width of this BitmapImage.
| long getHeight | ( | long | mipmapLevel | ) |
Returns the height of the given mipmaplevel of this BitmapImage.
| mipmapLevel | The mipmap level of the BitmapImage to get the height of. |
| long getMipmapLevelCount | ( | ) |
Returns the mipmap level count of this BitmapImage.
| long getWidth | ( | ) |
Returns the width of this BitmapImage.
| long getWidth | ( | long | mipmapLevel | ) |
Returns the width of the given mipmaplevel of this BitmapImage.
| mipmapLevel | The mipmap level of the BitmapImage to get the width of. |