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)
ParameterTypeDescription
matrixconst SharedPtr<Drawing2D::Matrix>&Transformation matrix

See Also

Region::Transform(const SkMatrix&) method

Transforms this region by the specified matrix.

void System::Drawing::Region::Transform(const SkMatrix &matrix)
ParameterTypeDescription
matrixconst SkMatrix&Transformation matrix

See Also