[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.AnchorPoint.MapToRect

MapToRect Method

MapToRect(LayoutRect)

Transforms the location of AnchorPoint to the coordinate system of the targetRect.

Declaration
public PointF MapToRect(LayoutRect targetRect)
Public Function MapToRect(targetRect As LayoutRect) As PointF
Parameters
Type Name Description
LayoutRect targetRect

A LayoutRect which defines the base angle and position.

Returns
Type Description
PointF

The transformed location.