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

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutView クラス > MapToView メソッド : MapToView(LayoutView,Vector2) メソッド
The destination LayoutView; null is the host.
The point in the source LayoutView coordinates.
Transforms a point from the current LayoutView coordinates to another view's coordinates.
シンタックス
'宣言
 
Public Overloads Function MapToView( _
   ByVal targetView As LayoutView, _
   ByVal point As System.Numerics.Vector2 _
) As System.Numerics.Vector2
public System.Numerics.Vector2 MapToView( 
   LayoutView targetView,
   System.Numerics.Vector2 point
)

パラメータ

targetView
The destination LayoutView; null is the host.
point
The point in the source LayoutView coordinates.

戻り値の型

The transformed point.
参照

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