PixelsData Class

Summary: The class to store image pixels data and its bounds.

Module: aspose.psd

Full Name: aspose.psd.PixelsData

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
PixelsData()Initializes a new instance of the PixelsData class.
PixelsData(pixels, bounds)Initializes a new instance of the PixelsData class.

Properties

NameTypeAccessDescription
boundsRectangler/wGets or sets the bounds of pixels data.
pixelsintr/wGets 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:

ParameterTypeDescription
pixelsintThe pixels data.
boundsRectangleThe pixels bounds rectangle.