class FloatBitmap

book_4_sparkGenerated
code_blocksInput

Description

The `FloatBitmap` class in the `Sandbox.Utility` namespace provides functionality for handling bitmap images with floating-point precision. This class is useful for operations that require high precision in image processing, such as scientific computations or advanced graphics rendering.

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 values.
EncodeToEncodes the bitmap to a byte array in the specified image format.
WidthGets or sets the width of the bitmap.
HeightGets or sets the height of the bitmap.
DepthGets or sets the depth of the bitmap.