Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutView Class / MapToView Method / MapToView(LayoutView,PointF) Method
The destination LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.
The point in the source LayoutView coordinates.

In This Topic
    MapToView(LayoutView,PointF) Method
    In This Topic
    Transforms a point from the current LayoutView coordinates to other view's coordinates.
    Syntax
    'Declaration
     
    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
    )

    Parameters

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

    Return Value

    The transformed point.
    See Also