Class XpsPolyQuadraticBezierSegment
Class XpsPolyQuadraticBezierSegment
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.4.0)
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.
public class XpsPolyQuadraticBezierSegment : XpsPathPolySegment
Inheritance
object ← XpsObject ← XpsPathSegment ← XpsPathPolySegment ← XpsPolyQuadraticBezierSegment
Inherited Members
XpsPathSegment.IsStroked , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
Clone()
Clones this set of quadratic Bézier curves.
public XpsPolyQuadraticBezierSegment Clone()
Returns
Clone of this set of quadratic Bézier curves.