Class OdCurveTo

Class OdCurveTo

Nazwa przestrzeń: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Wzmocniona kurwa

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

Inheritance

object OdObject OdGraphicObject OdCurveTo

Derived

OdShortCurveTo

Dziedziczeni członkowie

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)

Inicjalizuje nową instancję Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCurveTo klasę.

public OdCurveTo(OdObject parent)

Parameters

parent OdObject

z rodzicem .

Properties

Points

Uzyskuje lub ustanawia punkty.

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

Wartość nieruchomości

PointF [ ]

 Polski