Class OdCurveTo
Class OdCurveTo
Le nom : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Assemblée: Aspose.Imaging.dll (25.4.0)
La courbe améliorée
[JsonObject(MemberSerialization.OptIn)]
public class OdCurveTo : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdCurveTo
Derived
I membri ereditari
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)
Initialisez une nouvelle instance du Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCurveTo classe.
public OdCurveTo(OdObject parent)
Parameters
parent
OdObject
Le parent .
Properties
Points
Obtenez ou mettez les points.
[JsonProperty]
public PointF[] Points { get; set; }
Valore di proprietà
PointF [ ]