ExtendedApsPath

अंतर्वस्तु
[ ]

Inheritance: java.lang.Object, com.aspose.note.ExtendedApsNode

public class ExtendedApsPath extends ExtendedApsNode

Represents a wrapper for the standard ApsPath, which extends some of the drawing behavior.

Constructors

ConstructorDescription
ExtendedApsPath(ApsPath internalApsPath)ExtendedApsPath क्लास का एक नया उदाहरण प्रारंभ करता है।

Methods

MethodDescription
addToCompositeNode(ApsCompositeNode compositeNode)Adds this node to given compositeNode.
applyPlaneTransform(System.Drawing.PointF transformVector)Applies plane transform, moving node in x and y planes.
applyScaleTransform(float scaleTransform)Applies scaling to the node.
getBottom()नीचे प्राप्त करता है।
getCopy()Creates a full copy of this node.
getTop()Gets the top.

ExtendedApsPath(ApsPath internalApsPath)

public ExtendedApsPath(ApsPath internalApsPath)

ExtendedApsPath क्लास का एक नया उदाहरण प्रारंभ करता है।

Parameters:

ParameterTypeDescription
internalApsPathcom.aspose.foundation.rendering.ApsPathaps पथ।

addToCompositeNode(ApsCompositeNode compositeNode)

public void addToCompositeNode(ApsCompositeNode compositeNode)

Adds this node to given compositeNode.

Parameters:

ParameterTypeDescription
compositeNodecom.aspose.foundation.rendering.ApsCompositeNode

applyPlaneTransform(System.Drawing.PointF transformVector)

public void applyPlaneTransform(System.Drawing.PointF transformVector)

Applies plane transform, moving node in x and y planes.

Parameters:

ParameterTypeDescription
transformVectorcom.aspose.ms.System.Drawing.PointF

applyScaleTransform(float scaleTransform)

public void applyScaleTransform(float scaleTransform)

Applies scaling to the node.

Parameters:

ParameterTypeDescription
scaleTransformfloatThe scale factor for the transformation.

getBottom()

public float getBottom()

नीचे प्राप्त करता है।

Returns: float

getCopy()

public ExtendedApsNode getCopy()

Creates a full copy of this node.

Returns: ExtendedApsNode - The IExtendedApsNode.

getTop()

public float getTop()

Gets the top.

Returns: float