System::Drawing::Region::Transform method
Region::Transform(const SharedPtr<Drawing2D::Matrix>&) method
Transforms this region by the specified matrix.
void System::Drawing::Region::Transform(const SharedPtr<Drawing2D::Matrix> &matrix)
Parameter | Type | Description |
---|---|---|
matrix | const SharedPtr<Drawing2D::Matrix>& | Transformation matrix |
See Also
- Typedef SharedPtr
- Class Matrix
- Class Region
- Namespace System::Drawing
- Library Aspose.TeX for C++
Region::Transform(const SkMatrix&) method
Transforms this region by the specified matrix.
void System::Drawing::Region::Transform(const SkMatrix &matrix)
Parameter | Type | Description |
---|---|---|
matrix | const SkMatrix& | Transformation matrix |
See Also
- Class Region
- Namespace System::Drawing
- Library Aspose.TeX for C++