public final class VectorShapeOriginSettings extends Object
Vector shape origination settings.
| Constructor and Description |
|---|
VectorShapeOriginSettings(boolean isShapeInvalidated,
int originIndex)
Initializes a new instance of the
VectorShapeOriginSettings class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getOriginIndex()
Gets the origin shape index.
|
boolean |
isShapeInvalidated()
Gets a value indicating whether shape is invalidated.
|
void |
setOriginIndex(int value)
Sets the origin shape index.
|
void |
setShapeInvalidated(boolean value)
Sets a value indicating whether shape is invalidated.
|
public VectorShapeOriginSettings(boolean isShapeInvalidated,
int originIndex)
Initializes a new instance of the VectorShapeOriginSettings class.
isShapeInvalidated - The shape is invalidated value.originIndex - The shape origin index.public final boolean isShapeInvalidated()
Gets a value indicating whether shape is invalidated.
public final void setShapeInvalidated(boolean value)
Sets a value indicating whether shape is invalidated.
value - a value indicating whether shape is invalidated.public final int getOriginIndex()
Gets the origin shape index.
public final void setOriginIndex(int value)
Sets the origin shape index.
value - the origin shape index.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.