TransformPoints()
Contents
[
Hide
]Matrix::TransformPoints(const ArrayPtr<Point>&) method
Applies the geometric transformation defined by the matrix represented by the current object to the specified points.
void System::Drawing::Drawing2D::Matrix::TransformPoints(const ArrayPtr<Point> &pts)
Arguments
Parameter | Type | Description |
---|---|---|
pts | const ArrayPtr<Point>& | An array containing the points to transform |
Matrix::TransformPoints(const System::Details::ArrayView<Point>&) method
Applies the geometric transformation defined by the matrix represented by the current object to the specified points.
void System::Drawing::Drawing2D::Matrix::TransformPoints(const System::Details::ArrayView<Point> &pts)
Arguments
Parameter | Type | Description |
---|---|---|
pts | const System::Details::ArrayView<Point>& | An array view containing the points to transform |
Matrix::TransformPoints(const ArrayPtr<PointF>&) method
Applies the geometric transformation defined by the matrix represented by the current object to the specified points.
void System::Drawing::Drawing2D::Matrix::TransformPoints(const ArrayPtr<PointF> &pts)
Arguments
Parameter | Type | Description |
---|---|---|
pts | const ArrayPtr<PointF>& | An array containing the points to transform |
Matrix::TransformPoints(const System::Details::ArrayView<PointF>&) method
Applies the geometric transformation defined by the matrix represented by the current object to the specified points.
void System::Drawing::Drawing2D::Matrix::TransformPoints(const System::Details::ArrayView<PointF> &pts)
Arguments
Parameter | Type | Description |
---|---|---|
pts | const System::Details::ArrayView<PointF>& | An array view containing the points to transform |
See Also
- Typedef ArrayPtr
- Class Point
- Class Matrix
- Class PointF
- Namespace System::Drawing::Drawing2D
- Library Aspose.Slides