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

戻り値

Point

変換された x 座標と y 座標を格納している Point

適用対象