[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.AnchorPoint.MapToView

MapToView Method

MapToView(LayoutView)

Transforms the location of AnchorPoint to another view's coordinates.

Declaration
public PointF MapToView(LayoutView targetView)
Public Function MapToView(targetView As LayoutView) As PointF
Parameters
Type Name Description
LayoutView targetView

The destination LayoutView or null to reference the LayoutHost.

Returns
Type Description
PointF

The transformed location.