Class XpsArcSegment

Class XpsArcSegment

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

ArcSegment öğesinin özelliklerini kapsayan sınıf.
Bu öğe, eliptik bir arkı tanımlar.

public class XpsArcSegment : XpsPathSegment

Kalıtım

object
XpsObject
XpsPathSegment
XpsArcSegment

Kalıtılan Üyeler

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

Özellikler

IsLargeArc

Arkın 180 veya daha büyük bir yay ile çizilip çizilmeyeceğini belirten değeri döndürür/ayarlar.

public bool IsLargeArc { get; set; }

Özellik Değeri

bool

Point

Eliptik arkin uç noktasını döndürür/ayarlar.

public PointF Point { get; set; }

Özellik Değeri

PointF

RotationAngle

Elipsin mevcut koordinat sistemine göre nasıl döndüğünü belirten değeri döndürür/ayarlar.

public float RotationAngle { get; set; }

Özellik Değeri

float

Size

Eliptik arkin x ve y yarıçapını x,y çifti olarak döndürür/ayarlar.

public SizeF Size { get; set; }

Özellik Değeri

SizeF

SweepDirection

Arkın hangi yönde çizileceğini belirten değeri döndürür/ayarlar.

public XpsSweepDirection SweepDirection { get; set; }

Özellik Değeri

XpsSweepDirection

Metotlar

Clone()

Bu ark segmentini klonlar.

public XpsArcSegment Clone()

Döner

XpsArcSegment

Bu ark segmentinin klonu.

 Türkçe