Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic lists the TransformPoints methods of the Matrix class. For a complete list of methods for the Matrix class, see Matrix Methods.
Overload list
Method | Description |
---|---|
TransformPoints(Point*,INT) | The Matrix::TransformPoints method multiplies each point in an array by this matrix. Each point is treated as a row matrix. The multiplication is performed with the row matrix on the left and this matrix on the right. |
TransformPoints(PointF*,INT) | The Matrix::TransformPoints method multiplies each point in an array by this matrix. Each point is treated as a row matrix. The multiplication is performed with the row matrix on the left and this matrix on the right. |
Syntax
Status TransformPoints(
PointF *pts,
INT count
);
Parameters
pts
count
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdiplusmatrix.h |