PrintDocument for WinForms
DocumentToClient(Int32,PointF) メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス > DocumentToClient メソッド : DocumentToClient(Int32,PointF) メソッド
0-based page index.
Point on page pageIdx.
Converts a PointF in document coordinates to the current C1PreviewPane's client coordinates.
シンタックス
'宣言
 
Public Overloads Function DocumentToClient( _
   ByVal pageIdx As System.Integer, _
   ByVal pPage As System.Drawing.PointF _
) As System.Drawing.Point
'使用法
 
Dim instance As C1PreviewPane
Dim pageIdx As System.Integer
Dim pPage As System.Drawing.PointF
Dim value As System.Drawing.Point
 
value = instance.DocumentToClient(pageIdx, pPage)
public System.Drawing.Point DocumentToClient( 
   System.int pageIdx,
   System.Drawing.PointF pPage
)

パラメータ

pageIdx
0-based page index.
pPage
Point on page pageIdx.

戻り値の型

Point converted to preview pane client coordinates.
参照

C1PreviewPane クラス
C1PreviewPane メンバ
オーバーロード一覧
ClientToDocument メソッド