Aspose::Page::XPS::XpsModel::XpsPathFigure class
Contents
[
Hide
]XpsPathFigure class
Class incapsulating PathFigure element features. This element is composed of a set of one or more line or curve segments.
class XpsPathFigure : public Aspose::Page::XPS::XpsModel::XpsArray<System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathSegment>>
Methods
Method | Description |
---|---|
Clone() | Clones this path figure. |
get_IsClosed() const | Returns/sets the value indicating whether the path figure is closed. |
get_IsFilled() const | Returns/sets value indicating whether the path figure is used in computing the area of the containing path geometry. |
get_Segments() | Return list of child path segments. |
get_StartPoint() const | Returns/sets the starting point for the first segment of the path figure. |
set_IsClosed(bool) | Returns/sets the value indicating whether the path figure is closed. |
set_IsFilled(bool) | Returns/sets value indicating whether the path figure is used in computing the area of the containing path geometry. |
set_StartPoint(System::Drawing::PointF) | Returns/sets the starting point for the first segment of the path figure. |
SetTemplateWeakPtr(uint32_t) override | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
See Also
- Class XpsArray
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++