public final class AiRasterImageSection extends Object
The AI Raster Image Section
Modifier and Type | Method and Description |
---|---|
double |
getAngle()
Gets the angle.
|
double |
getHeight()
Gets the height.
|
Rectangle |
getImageRectangle()
Gets the image rectangle.
|
double |
getLeftBottomShift()
Gets the left bottom shift.
|
String |
getName()
Gets the name of the raster image.
|
double |
getOffsetX()
Gets the offset X.
|
double |
getOffsetY()
Gets the offset Y.
|
int[] |
getPixels()
Gets the array of int color pixels.
|
double |
getWidth()
Gets the width.
|
public final String getName()
Gets the name of the raster image.
Value: The name of the raster image.public final int[] getPixels()
Gets the array of int color pixels.
Value: The array of int color pixels.public final double getOffsetX()
Gets the offset X.
Value: The offset X.public final double getOffsetY()
Gets the offset Y.
Value: The offset Y.public final double getWidth()
Gets the width.
Value: The width.public final double getAngle()
Gets the angle.
Value: The angle.public final double getLeftBottomShift()
Gets the left bottom shift.
Value: The left bottom shift.public final double getHeight()
Gets the height.
Value: The height.public final Rectangle getImageRectangle()
Gets the image rectangle.
Value: The image rectangle.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.