CalendarView for WinForms
PointLogicalToDevice メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : PointLogicalToDevice メソッド
An array of System.Drawing.Point structures. The x- and y-coordinates contained in each System.Drawing.Point structure will be transformed.
converts logical coordinates into device 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 PointLogicalToDevice( _
   ByVal logicalPoints() As System.Drawing.Point _
) As System.Drawing.Point()
public System.Drawing.Point[] PointLogicalToDevice( 
   System.Drawing.Point[] logicalPoints
)

パラメータ

logicalPoints
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 Device coordinates
例外
例外解説
メソッドに渡された引数のいずれかが無効な場合にスローされる例外。
Defines an exception class to handle the system error.
参照

DeviceContext クラス
DeviceContext メンバ