Class XpsArcSegment

Class XpsArcSegment

Pôvodný názov: Aspose.Page.XPS.XpsModel Zhromaždenie: Aspose.Page.dll (25.4.0)

Trieda inkapsulujúca prvky ArcSegment funkcie.Tento prvok popisuje eliptický oblak.

public class XpsArcSegment : XpsPathSegment

Inheritance

object XpsObject XpsPathSegment XpsArcSegment

Z dedičných členov

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

Properties

IsLargeArc

Vrátenie/sety hodnoty, ktoré určujú, či je obloha vytiahnutá s príveskom 180 alebo väčším.

public bool IsLargeArc { get; set; }

Hodnota nehnuteľnosti

bool

Point

Vráti/seta koncový bod elliptického oblohu.

public PointF Point { get; set; }

Hodnota nehnuteľnosti

PointF

RotationAngle

Vrátenie/sety hodnoty, ktoré naznačujú, ako sa ellipsa otáča vo vzťahu k aktuálnemu systému koordinátov.

public float RotationAngle { get; set; }

Hodnota nehnuteľnosti

float

Size

Vráti / nastaví rádium x a y eliptického oblohu ako x,y pár.

public SizeF Size { get; set; }

Hodnota nehnuteľnosti

SizeF

SweepDirection

Vrátenie/sety hodnoty, ktoré určujú smer, v ktorom je archa vytiahnutá.

public XpsSweepDirection SweepDirection { get; set; }

Hodnota nehnuteľnosti

XpsSweepDirection

Methods

Clone()

Klonuje tento arck segment.

public XpsArcSegment Clone()

Returns

XpsArcSegment

Klon tohto segmentu.

 Slovenčina