IRasterImagePixelLoaderLoadPartialPixels Method

Loads pixels partially (by blocks).

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
void LoadPartialPixels(
	Rectangle rectangle,
	IPartialPixelLoader partialPixelLoader
)

Parameters

rectangle
Type: Aspose.CADRectangle
The rectangle to load pixels from.
partialPixelLoader
Type: Aspose.CADIPartialPixelLoader
The partial pixel loader.
See Also