Class OdCurveTo
Class OdCurveTo
名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 收藏: Aspose.Imaging.dll (25.5.0)
增强的曲线
[JsonObject(MemberSerialization.OptIn)]
public class OdCurveTo : OdGraphicObjectInheritance
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 ( )