SuperTooltip for WinForms
PointToScreen メソッド (Element)

C1.Win.6 アセンブリ > C1.Framework 名前空間 > Element クラス : PointToScreen メソッド
変換するクライアント座標の System.Drawing.Point
指定されたクライアント点の位置から画面座標を計算します。
シンタックス
'宣言
 
Public Function PointToScreen( _
   ByVal p As System.Drawing.Point _
) As System.Drawing.Point
public System.Drawing.Point PointToScreen( 
   System.Drawing.Point p
)

パラメータ

p
変換するクライアント座標の System.Drawing.Point

戻り値の型

画面座標で表される、変換後の System.Drawing.Pointを表す System.Drawing.Point
参照

Element クラス
Element メンバ