Matrix.TransformPoints
TransformPoints(PointF[])
これで表される幾何学的変換を適用しますMatrixポイントの指定された配列に.
public void TransformPoints(PointF[] pts)
パラメータ | タイプ | 説明 |
---|---|---|
pts | PointF[] | の配列PointF変換するポイントを表す構造。 |
関連項目
- struct PointF
- class Matrix
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing
TransformPoints(Point[])
これで表される幾何学的変換を適用しますMatrixポイントの指定された配列に.
public void TransformPoints(Point[] pts)
パラメータ | タイプ | 説明 |
---|---|---|
pts | Point[] | の配列Point変換するポイントを表す構造。 |
関連項目
- struct Point
- class Matrix
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing