PixelsData Class
Contents
[
Hide
]Summary: The class to store image pixels data and its bounds.
Module: aspose.psd
Full Name: aspose.psd.PixelsData
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
PixelsData() | Initializes a new instance of the PixelsData class. |
PixelsData(pixels, bounds) | Initializes a new instance of the PixelsData class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
bounds | Rectangle | r/w | Gets or sets the bounds of pixels data. |
pixels | int | r/w | Gets or sets the pixels data. |
Constructor: PixelsData()
PixelsData()
Initializes a new instance of the PixelsData class.
Constructor: PixelsData(pixels, bounds)
PixelsData(pixels, bounds)
Initializes a new instance of the PixelsData class.
Parameters:
Parameter | Type | Description |
---|---|---|
pixels | int | The pixels data. |
bounds | Rectangle | The pixels bounds rectangle. |