public class ManualMaskingArgs extends Object implements IMaskingArgs
Represents the arguments that are specified for manual masking method
IMaskingArgs| Constructor and Description |
|---|
ManualMaskingArgs() |
| Modifier and Type | Method and Description |
|---|---|
GraphicsPath |
getMask()
Gets the set of graphic shapes that form mask.
|
void |
setMask(GraphicsPath value)
Sets the set of graphic shapes that form mask.
|
public final GraphicsPath getMask()
Gets the set of graphic shapes that form mask.
Value: The mask.public final void setMask(GraphicsPath value)
Sets the set of graphic shapes that form mask.
Value: The mask.value - the set of graphic shapes that form mask.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.