CalendarView for WinForms
PointDeviceToLogical メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : PointDeviceToLogical メソッド
An array of System.Drawing.Point structures. The x- and y-coordinates contained in each System.Drawing.Point structure will be transformed.
converts device coordinates into logical coordinates. The conversion depends on the mapping mode of the device context, the settings of the origins and extents for the window and viewport, and the world transformation.
シンタックス
'宣言
 
Public Function PointDeviceToLogical( _
   ByVal devicePoints() As System.Drawing.Point _
) As System.Drawing.Point()
public System.Drawing.Point[] PointDeviceToLogical( 
   System.Drawing.Point[] devicePoints
)

パラメータ

devicePoints
An array of System.Drawing.Point structures. The x- and y-coordinates contained in each System.Drawing.Point structure will be transformed.

戻り値の型

An array of System.Drawing.Point structures indicate the point which is converted to Logical coordinates
例外
例外解説
メソッドに渡された引数のいずれかが無効な場合にスローされる例外。
Defines an exception class to handle the system error.
参照

DeviceContext クラス
DeviceContext メンバ