Aspose::Page::XPS::XpsModel::XpsPathGeometry class

XpsPathGeometry class

Class incapsulating PathGeometry property element features. This element contains a set of path figures specified either with the Figures attribute or with a child PathFigure element.

class XpsPathGeometry : public Aspose::Page::XPS::XpsModel::XpsArray<System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathFigure>>,
                        public Aspose::Page::XPS::XpsModel::ITransformableProperty

Methods

MethodDescription
AddSegment(System::SharedPtr<XpsPathSegment>)Adds a path segment to the list of child segments of the last pah figure.
Clone()Clones this path geometry.
get_FillRule() constReturns/sets the value specifying how the intersecting areas of geometric shapes are combined to form a region.
get_PathFigures()Returns list of child path figures.
get_Transform() overrideReturns/sets the affine transformation matrix establishing the local matrix transformation that is applied to all child and descendant elements of the path geometry before it is used for filling, clipping, or stroking.
InsertSegment(int32_t, System::SharedPtr<XpsPathSegment>)Inserts a path segment to the list of child segments of the last path figure at index position.
RemoveSegment(System::SharedPtr<XpsPathSegment>)Removes a path segment from the list of child segments of the last path figure.
RemoveSegmentAt(int32_t)Removes a path segment from the list of child segments of the last path figure at index position.
set_FillRule(XpsFillRule)Returns/sets the value specifying how the intersecting areas of geometric shapes are combined to form a region.
set_Transform(System::SharedPtr<XpsMatrix>) overrideReturns/sets the affine transformation matrix establishing the local matrix transformation that is applied to all child and descendant elements of the path geometry before it is used for filling, clipping, or stroking.
SetTemplateWeakPtr(uint32_t) overrideSet n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.

See Also