Aspose::Page::XPS::XpsModel::XpsPathFigure class

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

MethodDescription
Clone()Clones this path figure.
get_IsClosed() constReturns/sets the value indicating whether the path figure is closed.
get_IsFilled() constReturns/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() constReturns/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) overrideSet n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.

See Also