Matrix.TransformPoints

TransformPoints(PointF[])

これで表される幾何学的変換を適用しますMatrixポイントの指定された配列に.

public void TransformPoints(PointF[] pts)
パラメータタイプ説明
ptsPointF[]の配列PointF変換するポイントを表す構造。

関連項目


TransformPoints(Point[])

これで表される幾何学的変換を適用しますMatrixポイントの指定された配列に.

public void TransformPoints(Point[] pts)
パラメータタイプ説明
ptsPoint[]の配列Point変換するポイントを表す構造。

関連項目