Document Library for WinForms
GetDcDpi メソッド (Utils)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : GetDcDpi メソッド
The device context to test.
Gets the resolution for the specified device context.
シンタックス
'宣言
 
Public Shared Function GetDcDpi( _
   ByVal dc As System.IntPtr _
) As System.Drawing.PointF
public static System.Drawing.PointF GetDcDpi( 
   System.IntPtr dc
)

パラメータ

dc
The device context to test.

戻り値の型

A System.Drawing.PointF structure where System.Drawing.PointF.X represents the horizontal, and System.Drawing.PointF.Y vertical DPI. System.Drawing.PointF.Empty is returned if an error occurs.
参照

Utils クラス
Utils メンバ