class FloatBitmap

robot_2Generated
code_blocksInput

Description

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.

Members

Instance Members

Member NameSummary
DisposeReleases all resources used by the FloatBitmap.
ResizeResizes the bitmap to the specified width and height, with an option to clamp the values.
EncodeToEncodes the bitmap to a byte array in the specified image format.
WidthGets the width of the bitmap.
HeightGets the height of the bitmap.
DepthGets the depth of the bitmap.