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 or sets the origin shape index.
|
boolean |
isShapeInvalidated()
Gets or sets a value indicating whether shape is invalidated.
|
void |
setOriginIndex(int value)
Gets or sets the origin shape index.
|
void |
setShapeInvalidated(boolean value)
Gets or 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 or sets a value indicating whether shape is invalidated.
public final void setShapeInvalidated(boolean value)
Gets or sets a value indicating whether shape is invalidated.
public final int getOriginIndex()
Gets or sets the origin shape index.
public final void setOriginIndex(int value)
Gets or sets the origin shape index.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.