Class OdCurveTo
Class OdCurveTo
Именује се: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Асамблеја: Aspose.Imaging.dll (25.4.0)
Побољшана кривина
[JsonObject(MemberSerialization.OptIn)]
public class OdCurveTo : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdCurveTo
Derived
Наслеђени чланови
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)
Иницијалише нову инстанцију Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCurveTo класа.
public OdCurveTo(OdObject parent)
Parameters
parent
OdObject
То је родитељ.
Properties
Points
Добијају или постављају тачке.
[JsonProperty]
public PointF[] Points { get; set; }
Вредност имовине
PointF []