Class WmfArc
Class WmfArc
Numele spaţiului: Aspose.Imaging.FileFormats.Wmf.Objects Asamblare: Aspose.Imaging.dll (25.4.0)
Recordul META_ARC atrage un arc eliptic.
public class WmfArc : WmfRectangle
Inheritance
object ← MetaObject ← WmfObject ← WmfRectangle ← WmfArc
Membrii moștenitori
WmfRectangle.Rectangle , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfArc()
public WmfArc()
Properties
EndArc
Obține sau stabilește arcul final.
public Point EndArc { get; set; }
Valoarea proprietății
StartArc
Obține sau stabilește arcul de pornire.
public Point StartArc { get; set; }