XpsPolyQuadraticBezierSegment

Inheritance: java.lang.Object, com.aspose.xps.XpsObject, com.aspose.xps.XpsPathSegment, com.aspose.xps.XpsPathPolySegment

public class XpsPolyQuadraticBezierSegment extends XpsPathPolySegment

Class incapsulating PolyQuadraticBezierSegment element features. This element describes a set of quadratic B?zier curves from the previous point in the path figure through a set of vertices, using specified control points.

Methods

MethodDescription
deepClone()Clones this set of quadratic B?zier curves.

deepClone()

public XpsPolyQuadraticBezierSegment deepClone()

Clones this set of quadratic B?zier curves.

Returns: XpsPolyQuadraticBezierSegment - Clone of this set of quadratic B?zier curves.