Transform()
GraphicsPath::Transform(const MatrixPtr&) method
Transforms the path represented by the current object by applying the specified transform matrix to it.
void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
Arguments
Parameter | Type | Description |
---|---|---|
matrix | const MatrixPtr& | The transform matrix specifying the transformation |
GraphicsPath::Transform(const SkMatrix&) method
void System::Drawing::Drawing2D::GraphicsPath::Transform(const SkMatrix &matrix)
See Also
- Typedef MatrixPtr
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Slides