IRasterImageArgb32PixelLoader Interface

The raster image 32-bit ARGB pixel loader.

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public interface IRasterImageArgb32PixelLoader : IRasterImageRawDataLoader

The IRasterImageArgb32PixelLoader type exposes the following members.

Properties
  NameDescription
Public propertyIsRawDataAvailable
Gets a value indicating whether raw data loading is supported.
(Inherited from IRasterImageRawDataLoader.)
Public propertyRawDataSettings
Gets the current raw data settings. Note when using these settings the data loads without conversion.
(Inherited from IRasterImageRawDataLoader.)
Methods
  NameDescription
Public methodLoadPartialArgb32Pixels
Loads 32-bit ARGB pixels partially (by blocks).
Public methodLoadRawData
Loads raw data.
(Inherited from IRasterImageRawDataLoader.)
See Also