言語

Matrix.VectorTransformPoints メソッド

定義

オーバーロード

名前 説明
VectorTransformPoints(Point[])

配列内の各ベクトルに行列を乗算します。 この行列の翻訳要素 (3 行目) は無視されます。

VectorTransformPoints(ReadOnlySpan<Point>)

配列内の各ベクトルに行列を乗算します。 この行列の翻訳要素 (3 行目) は無視されます。

VectorTransformPoints(Point[])

ソース:
Matrix.cs
ソース:
Matrix.cs
ソース:
Matrix.cs
ソース:
Matrix.cs
ソース:
Matrix.cs
ソース:
Matrix.cs
ソース:
Matrix.cs
ソース:
Matrix.cs

配列内の各ベクトルに行列を乗算します。 この行列の翻訳要素 (3 行目) は無視されます。

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

パラメーター

pts
Point[]

変換するポイントを表す Point 構造体の配列。

適用対象

VectorTransformPoints(ReadOnlySpan<Point>)

ソース:
Matrix.cs
ソース:
Matrix.cs
ソース:
Matrix.cs
ソース:
Matrix.cs
ソース:
Matrix.cs

配列内の各ベクトルに行列を乗算します。 この行列の翻訳要素 (3 行目) は無視されます。

public:
 void VectorTransformPoints(ReadOnlySpan<System::Drawing::Point> pts);
public void VectorTransformPoints(scoped ReadOnlySpan<System.Drawing.Point> pts);
member this.VectorTransformPoints : ReadOnlySpan<System.Drawing.Point> -> unit
Public Sub VectorTransformPoints (pts As ReadOnlySpan(Of Point))

パラメーター

pts
ReadOnlySpan<Point>

変換するポイントを表す Point 構造体の配列。

適用対象