public final class LayerMaskDataFull extends LayerMaskData
The full layer mask information.
Constructor and Description |
---|
LayerMaskDataFull()
Initializes a new instance of the
LayerMaskDataFull class. |
Modifier and Type | Method and Description |
---|---|
byte |
getBackgroundColor()
Gets or sets the background color.
|
int |
getEnclosingBottom()
Gets or sets the enclosing bottom layer mask position.
|
int |
getEnclosingLeft()
Gets or sets the enclosing left layer mask position.
|
int |
getEnclosingRight()
Gets or sets the enclosing right layer mask position.
|
int |
getEnclosingTop()
Gets or sets the enclosing top layer mask position.
|
byte |
getRealFlags()
Gets or sets the real layer mask flags.
|
byte[] |
getUserMaskData()
Gets or sets the user mask data (layer mask if there is a vector mask).
|
Rectangle |
getUserMaskRectangle()
Gets or sets the user mask (enclosing) rectangle.
|
void |
setBackgroundColor(byte value)
Gets or sets the background color.
|
void |
setEnclosingBottom(int value)
Gets or sets the enclosing bottom layer mask position.
|
void |
setEnclosingLeft(int value)
Gets or sets the enclosing left layer mask position.
|
void |
setEnclosingRight(int value)
Gets or sets the enclosing right layer mask position.
|
void |
setEnclosingTop(int value)
Gets or sets the enclosing top layer mask position.
|
void |
setRealFlags(byte value)
Gets or sets the real layer mask flags.
|
void |
setUserMaskData(byte[] value)
Gets or sets the user mask data (layer mask if there is a vector mask).
|
void |
setUserMaskRectangle(Rectangle value)
Gets or sets the user mask (enclosing) rectangle.
|
getBottom, getDataSize, getDefaultColor, getFlags, getImageData, getLeft, getRight, getTop, setBottom, setDefaultColor, setFlags, setImageData, setLeft, setRight, setTop
public LayerMaskDataFull()
Initializes a new instance of the LayerMaskDataFull
class.
public final byte[] getUserMaskData()
Gets or sets the user mask data (layer mask if there is a vector mask).
Value: The user image data.public final void setUserMaskData(byte[] value)
Gets or sets the user mask data (layer mask if there is a vector mask).
Value: The user image data.public final byte getBackgroundColor()
Gets or sets the background color.
Value: The background color.public final void setBackgroundColor(byte value)
Gets or sets the background color.
Value: The background color.public final byte getRealFlags()
Gets or sets the real layer mask flags.
Value: The real layer mask flags.public final void setRealFlags(byte value)
Gets or sets the real layer mask flags.
Value: The real layer mask flags.public final int getEnclosingTop()
Gets or sets the enclosing top layer mask position.
Value: The top layer mask position.public final void setEnclosingTop(int value)
Gets or sets the enclosing top layer mask position.
Value: The top layer mask position.public final int getEnclosingLeft()
Gets or sets the enclosing left layer mask position.
Value: The left layer mask position.public final void setEnclosingLeft(int value)
Gets or sets the enclosing left layer mask position.
Value: The left layer mask position.public final int getEnclosingBottom()
Gets or sets the enclosing bottom layer mask position.
Value: The bottom layer mask position.public final void setEnclosingBottom(int value)
Gets or sets the enclosing bottom layer mask position.
Value: The bottom layer mask position.public final int getEnclosingRight()
Gets or sets the enclosing right layer mask position.
Value: The right layer mask position.public final void setEnclosingRight(int value)
Gets or sets the enclosing right layer mask position.
Value: The right layer mask position.public final Rectangle getUserMaskRectangle()
Gets or sets the user mask (enclosing) rectangle.
Value: The user maskRectangle
.public final void setUserMaskRectangle(Rectangle value)
Gets or sets the user mask (enclosing) rectangle.
Value: The user maskRectangle
.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.