DioDocs for PDF
MapToView(LayoutView,PointF) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutView クラス > MapToView メソッド : MapToView(LayoutView,PointF) メソッド
The destination LayoutView or null 参照 (Visual Basicでは Nothing) to reference the LayoutHost.
The point in the source LayoutView coordinates.
Transforms a point from the current LayoutView coordinates to other view's coordinates.
シンタックス
'宣言
 
Public Overloads Function MapToView( _
   ByVal targetView As LayoutView, _
   ByVal point As System.Drawing.PointF _
) As System.Drawing.PointF
public System.Drawing.PointF MapToView( 
   LayoutView targetView,
   System.Drawing.PointF point
)

パラメータ

targetView
The destination LayoutView or null 参照 (Visual Basicでは Nothing) to reference the LayoutHost.
point
The point in the source LayoutView coordinates.

戻り値の型

The transformed point.
参照

LayoutView クラス
LayoutView メンバ
オーバーロード一覧