XpsMatrix.TransformPoints

TransformPoints(PointF[], int, int)

この Matrix によって表されるアフィン変換を、ポイントの配列の指定された部分に適用します。

public void TransformPoints(PointF[] points, int startIndex, int numberOfPoints)
パラメータタイプ説明
pointsPointF[]ポイント。
startIndexInt32開始インデックス。
numberOfPointsInt32ポイント数。

関連項目


TransformPoints(PointF[])

この Matrix によって表されるアフィン変換を、指定された点の配列に適用します。

public void TransformPoints(PointF[] points)
パラメータタイプ説明
pointsPointF[]ポイント。

関連項目