Class XpsArcSegment

Class XpsArcSegment

Nama dari : Aspose.Page.XPS.XpsModel Perhitungan: Aspose.Page.dll (25.4.0)

Fitur Inkapsulasi Elemen ArcSegment.Elemen ini menggambarkan arc elliptik.

public class XpsArcSegment : XpsPathSegment

Inheritance

object XpsObject XpsPathSegment XpsArcSegment

anggota yang diwarisi

XpsPathSegment.IsStroked , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

IsLargeArc

Returns/set nilai yang menentukan apakah arc ditarik dengan sudut 180 atau lebih besar.

public bool IsLargeArc { get; set; }

Nilai Properti

bool

Point

Mengembalikan/menetapkan titik akhir dari arc elliptical.

public PointF Point { get; set; }

Nilai Properti

PointF

RotationAngle

Returns/set nilai yang menunjukkan bagaimana ellipse berbalik relatif dengan sistem koordinat saat ini.

public float RotationAngle { get; set; }

Nilai Properti

float

Size

Mengembalikan / menetapkan radius x dan y dari arc elliptik sebagai x,y pasangan.

public SizeF Size { get; set; }

Nilai Properti

SizeF

SweepDirection

Returns/set nilai yang menentukan arah di mana arc ditarik.

public XpsSweepDirection SweepDirection { get; set; }

Nilai Properti

XpsSweepDirection

Methods

Clone()

Klon segmen arc ini.

public XpsArcSegment Clone()

Returns

XpsArcSegment

Klon dari segmen arc ini.

 Indonesia