Aspose::Page::XPS::XpsModel::XpsArcSegment klass

XpsArcSegment class

Klassen kapslar in ArcSegment-elementets egenskaper. Detta element beskriver en elliptisk båge.

class XpsArcSegment : public Aspose::Page::XPS::XpsModel::XpsPathSegment

Metoder

MetodBeskrivning
Clone()Klonar detta bågsegment.
get_IsLargeArc() constReturnerar/sätter värdet som avgör om bågen ritas med en svepning på 180 grader eller mer.
get_Point() constReturns/sets the endpoint of the elliptical arc.
get_RotationAngle() constReturns/sets value indicating how the ellipse is rotated relative to the current coordinate system.
get_Size() constReturns/sets the x and y radius of the elliptical arc as an x,y pair.
get_SweepDirection() constReturns/sets value specifying the direction in which the arc is drawn.
set_IsLargeArc(bool)Returnerar/sätter värdet som avgör om bågen ritas med en svepning på 180 grader eller mer.
set_Point(System::Drawing::PointF)Returns/sets the endpoint of the elliptical arc.
set_RotationAngle(float)Returns/sets value indicating how the ellipse is rotated relative to the current coordinate system.
set_Size(System::Drawing::SizeF)Returns/sets the x and y radius of the elliptical arc as an x,y pair.
set_SweepDirection(XpsSweepDirection)Returns/sets value specifying the direction in which the arc is drawn.

Se även