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

In This Topic
    MapToView Method (AnchorPoint)
    In This Topic
    Transforms the location of AnchorPoint to another view's coordinates.
    Syntax
    'Declaration
     
    Public Function MapToView( _
       ByVal targetView As LayoutView _
    ) As System.Drawing.PointF
    public System.Drawing.PointF MapToView( 
       LayoutView targetView
    )

    Parameters

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

    Return Value

    The transformed location.
    See Also