Maps for WinForms
LogicToScreen メソッド (C1Map)

C1.Win.Map.6 アセンブリ > C1.Win.Map 名前空間 > C1Map クラス : LogicToScreen メソッド
論理座標でのポイント。
ポイントを論理座標から画面座標に変換します。
シンタックス
'宣言
 
Public Function LogicToScreen( _
   ByVal point As C1.Win.Interop.Point _
) As C1.Win.Interop.Point
public C1.Win.Interop.Point LogicToScreen( 
   C1.Win.Interop.Point point
)

パラメータ

point
論理座標でのポイント。

戻り値の型

パラメータ論理座標に現在マップされている画面座標。
参照

C1Map クラス
C1Map メンバ