Class OdCurveTo

Class OdCurveTo

Nom dels espais: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Assemblea: Aspose.Imaging.dll (25.4.0)

La curva augmentada

[JsonObject(MemberSerialization.OptIn)]
public class OdCurveTo : OdGraphicObject

Inheritance

object OdObject OdGraphicObject OdCurveTo

Derived

OdShortCurveTo

Membres heretats

OdGraphicObject.AbsoluteCoordinates , OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

OdCurveTo(OdObject)

Inicialitza una nova instància de la classe Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCurve.

public OdCurveTo(OdObject parent)

Parameters

parent OdObject

El pare de la família.

Properties

Points

Obtenir o posar els punts.

[JsonProperty]
public PointF[] Points { get; set; }

Valor de la propietat

PointF []

 Català