TransformVectors()
Contents
[
Hide
]Matrix::TransformVectors(const ArrayPtr<Point>&) method
Applies only the scale and rotate components of the matrix represented by the current object to the specified points.
void System::Drawing::Drawing2D::Matrix::TransformVectors(const ArrayPtr<Point> &pts)
Arguments
Parameter | Type | Description |
---|---|---|
pts | const ArrayPtr<Point>& | An array containing the points to transform |
Matrix::TransformVectors(const System::Details::ArrayView<Point>&) method
Applies only the scale and rotate components of the matrix represented by the current object to the specified points.
void System::Drawing::Drawing2D::Matrix::TransformVectors(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::TransformVectors(const ArrayPtr<PointF>&) method
Applies only the scale and rotate components of the matrix represented by the current object to the specified points.
void System::Drawing::Drawing2D::Matrix::TransformVectors(const ArrayPtr<PointF> &pts)
Arguments
Parameter | Type | Description |
---|---|---|
pts | const ArrayPtr<PointF>& | An array containing the points to transform |
Matrix::TransformVectors(const System::Details::ArrayView<PointF>&) method
Applies only the scale and rotate components of the matrix represented by the current object to the specified points.
void System::Drawing::Drawing2D::Matrix::TransformVectors(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