Class WmfArc

Class WmfArc

Il nome: Aspose.Imaging.FileFormats.Wmf.Objects Assemblea: Aspose.Imaging.dll (25.4.0)

Il record META_ARC attira un arco elliptico.

public class WmfArc : WmfRectangle

Inheritance

object MetaObject WmfObject WmfRectangle WmfArc

I membri ereditari

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

Riceve o mette l’arco finale.

public Point EndArc { get; set; }

Valore di proprietà

Point

StartArc

Ottieni o metti l’arc di partenza.

public Point StartArc { get; set; }

Valore di proprietà

Point

 Italiano