ActivityDesigner.PointToScreen(Point) メソッド

定義

アクティビティ デザイナーの座標系から画面座標系にポイントを変換します。

protected:
 System::Drawing::Point PointToScreen(System::Drawing::Point point);
protected System.Drawing.Point PointToScreen(System.Drawing.Point point);
member this.PointToScreen : System.Drawing.Point -> System.Drawing.Point
Protected Function PointToScreen (point As Point) As Point

パラメーター

point
Point

変換する座標を含む Point

返品

変換された x 座標と y 座標を格納する Point

適用対象