The FloatBitmap class in the Sandbox.Utility
namespace provides functionality for handling bitmap images with floating-point precision. It allows for operations such as resizing and encoding the bitmap to different formats.
The FloatBitmap class in the Sandbox.Utility
namespace provides functionality for handling bitmap images with floating-point precision. It allows for operations such as resizing and encoding the bitmap to different formats.
Member Name | Summary |
---|---|
Dispose | Releases all resources used by the FloatBitmap. |
Resize | Resizes the bitmap to the specified width and height, with an option to clamp the values. |
EncodeTo | Encodes the bitmap to a byte array in the specified image format. |
Width | Gets the width of the bitmap. |
Height | Gets the height of the bitmap. |
Depth | Gets the depth of the bitmap. |