Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |