PixelMapping
Overview
PixelMapping is a class in Aspose.3D FOSS for .NET.
Inherits from: IDisposable.
This class provides 1 method for working with PixelMapping objects in .NET programs.
Available methods include: Dispose.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Data, Height, Stride, Width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Stride | int | Read | Bytes of pixels in a row. |
Height | int | Read | Rows of the pixels |
Width | int | Read | Columns of the pixels |
Data | byte[] | Read | The mapped bytes of pixels. |
Methods
| Signature | Description |
|---|---|
Dispose() | Dispose the mapping instance |