Matrix.VectorTransformPoints(Point[]) メソッド

定義

配列内の各ベクターを行列で乗算します。 この行列の平行移動要素 (3 番目の行) は無視されます。

public:
 void VectorTransformPoints(cli::array <System::Drawing::Point> ^ pts);
public void VectorTransformPoints (System.Drawing.Point[] pts);
member this.VectorTransformPoints : System.Drawing.Point[] -> unit
Public Sub VectorTransformPoints (pts As Point())

パラメーター

pts
Point[]

変換する複数の点を表す Point 構造体の配列。

適用対象