public class RollbackDataLoaderPoint extends Object
The Rollback point
| Constructor and Description |
|---|
RollbackDataLoaderPoint() |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.imaging.IRasterImageArgb32PixelLoader |
getDataLoader()
Gets the data loader.
|
int |
getHeight()
Gets the height.
|
int |
getWidth()
Gets the width.
|
void |
setDataLoader(com.aspose.imaging.IRasterImageArgb32PixelLoader value)
Sets the data loader.
|
void |
setHeight(int value)
Sets the height.
|
void |
setWidth(int value)
Sets the width.
|
public final com.aspose.imaging.IRasterImageArgb32PixelLoader getDataLoader()
Gets the data loader.
Value: The data loader.public final void setDataLoader(com.aspose.imaging.IRasterImageArgb32PixelLoader value)
Sets the data loader.
Value: The data loader.value - the data loader.public final int getWidth()
Gets the width.
Value: The width.public final void setWidth(int value)
Sets the width.
Value: The width.value - the width.public final int getHeight()
Gets the height.
Value: The height.public final void setHeight(int value)
Sets the height.
Value: The height.value - the height.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.