Aspose::Page::XPS::XpsModel::XpsArcSegment klass
Innehåll
[
Dölj
]XpsArcSegment class
Klassen kapslar in ArcSegment-elementets egenskaper. Detta element beskriver en elliptisk båge.
class XpsArcSegment : public Aspose::Page::XPS::XpsModel::XpsPathSegment
Metoder
| Metod | Beskrivning |
|---|---|
| Clone() | Klonar detta bågsegment. |
| get_IsLargeArc() const | Returnerar/sätter värdet som avgör om bågen ritas med en svepning på 180 grader eller mer. |
| get_Point() const | Returns/sets the endpoint of the elliptical arc. |
| get_RotationAngle() const | Returns/sets value indicating how the ellipse is rotated relative to the current coordinate system. |
| get_Size() const | Returns/sets the x and y radius of the elliptical arc as an x,y pair. |
| get_SweepDirection() const | Returns/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
- Class XpsPathSegment
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++