Matrix.VectorTransformPoints(Point[]) 方法

定義

將陣列中的每個向量乘以矩陣。 這個矩陣的轉換項目 (第三列) 會被忽略。

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 結構的陣列,這個陣列表示要轉換的點。

適用於