Aspose::Page::XPS::XpsDocument::CreateArcSegment method
Contents
[
Hide
]XpsDocument::CreateArcSegment method
Creates a new elliptical arc segment.
System::SharedPtr<XpsModel::XpsArcSegment> Aspose::Page::XPS::XpsDocument::CreateArcSegment(System::Drawing::PointF point, System::Drawing::SizeF size, float rotationAngle, bool isLargeArc, XpsModel::XpsSweepDirection sweepDirection, bool isStroked=true)
Parameter | Type | Description |
---|---|---|
point | System::Drawing::PointF | The endpoint of the elliptical arc. |
size | System::Drawing::SizeF | The x and y radius of the elliptical arc as an x,y pair. |
rotationAngle | float | Indicates how the ellipse is rotated relative to the current coordinate system. |
isLargeArc | bool | Determines whether the arc is drawn with a sweep of 180 or greater. |
sweepDirection | XpsModel::XpsSweepDirection | The direction in which the arc is drawn. |
isStroked | bool | Specifies whether the stroke for this segment of the path is drawn. |
ReturnValue
New elliptical arc segment.
See Also
- Typedef SharedPtr
- Class XpsArcSegment
- Class PointF
- Class SizeF
- Enum XpsSweepDirection
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++