VectorShapeOriginSettings Class
Contents
[
Hide
]Summary: Vector shape origination settings.
Module: aspose.psd.fileformats.core.vectorpaths
Full Name: aspose.psd.fileformats.core.vectorpaths.VectorShapeOriginSettings
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
VectorShapeOriginSettings() | Initializes a new instance of the VectorShapeOriginSettings class. |
VectorShapeOriginSettings(is_shape_invalidated, origin_index) | Initializes a new instance of the VectorShapeOriginSettings class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
is_origin_box_corners_present | bool | r | Gets a value indicating whether this instance has the origin box corners property. |
is_origin_index_present | bool | r | Gets a value indicating whether this instance has origin index property. |
is_origin_radii_rectangle_present | bool | r | Gets a value indicating whether this instance has the origin radii rectangle property. |
is_origin_resolution_present | bool | r | Gets a value indicating whether this instance has origin resolution property. |
is_origin_shape_b_box_present | bool | r | Gets a value indicating whether this instance has the rectangle property. |
is_origin_type_present | bool | r | Gets a value indicating whether this instance has origin type property. |
is_shape_invalidated | bool | r/w | Gets or sets a value indicating whether shape is invalidated. |
is_shape_invalidated_present | bool | r | Gets a value indicating whether this instance has a shape invalidated property set. |
is_transform_present | bool | r | Gets a value indicating whether this instance has the transform property. |
origin_box_corners | double | r/w | Gets or sets the origin box corners. |
origin_index | int | r/w | Gets or sets the origin shape index. |
origin_radii_rectangle | VectorShapeRadiiRectangle | r/w | Gets or sets the origin radii rectangle. |
origin_resolution | double | r/w | Gets or sets the origin resolution. |
origin_shape_box | VectorShapeBoundingBox | r/w | Gets or sets the origin shape bounding box. |
origin_type | int | r/w | Gets or sets the type of the origin. |
transform | VectorShapeTransform | r/w | Gets or sets the transformation matrix. |
Constructor: VectorShapeOriginSettings()
VectorShapeOriginSettings()
Initializes a new instance of the VectorShapeOriginSettings class.
Constructor: VectorShapeOriginSettings(is_shape_invalidated, origin_index)
VectorShapeOriginSettings(is_shape_invalidated, origin_index)
Initializes a new instance of the VectorShapeOriginSettings class.
Parameters:
Parameter | Type | Description |
---|---|---|
is_shape_invalidated | bool | The shape is invalidated value. |
origin_index | int | The shape origin index. |