Matrix.VectorTransformPoints メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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())
パラメーター
適用対象
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 構造体の配列。