VectorShapeOriginSettings Class

Summary: Vector shape origination settings.

Module: aspose.psd.fileformats.core.vectorpaths

Full Name: aspose.psd.fileformats.core.vectorpaths.VectorShapeOriginSettings

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
VectorShapeOriginSettings()Initializes a new instance of the VectorShapeOriginSettings class.
VectorShapeOriginSettings(is_shape_invalidated, origin_index)Initializes a new instance of the VectorShapeOriginSettings class.

Properties

NameTypeAccessDescription
is_origin_box_corners_presentboolrGets a value indicating whether this instance has the origin box corners property.
is_origin_index_presentboolrGets a value indicating whether this instance has origin index property.
is_origin_radii_rectangle_presentboolrGets a value indicating whether this instance has the origin radii rectangle property.
is_origin_resolution_presentboolrGets a value indicating whether this instance has origin resolution property.
is_origin_shape_b_box_presentboolrGets a value indicating whether this instance has the rectangle property.
is_origin_type_presentboolrGets a value indicating whether this instance has origin type property.
is_shape_invalidatedboolr/wGets or sets a value indicating whether shape is invalidated.
is_shape_invalidated_presentboolrGets a value indicating whether this instance has a shape invalidated property set.
is_transform_presentboolrGets a value indicating whether this instance has the transform property.
origin_box_cornersdoubler/wGets or sets the origin box corners.
origin_indexintr/wGets or sets the origin shape index.
origin_radii_rectangleVectorShapeRadiiRectangler/wGets or sets the origin radii rectangle.
origin_resolutiondoubler/wGets or sets the origin resolution.
origin_shape_boxVectorShapeBoundingBoxr/wGets or sets the origin shape bounding box.
origin_typeintr/wGets or sets the type of the origin.
transformVectorShapeTransformr/wGets 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:

ParameterTypeDescription
is_shape_invalidatedboolThe shape is invalidated value.
origin_indexintThe shape origin index.