[]
        
(Showing Draft Content)

C1.C1Preview.RenderTextFragmentBase.GetAnchorRect

GetAnchorRect Method

GetAnchorRect(C1Anchor, ref RectangleD, ref bool)

Gets a rectangle corresponding to a C1Anchor in the current fragment.

Declaration
public override void GetAnchorRect(C1Anchor anchor, ref RectangleD anchorRect, ref bool anchorVisible)
Public Overrides Sub GetAnchorRect(anchor As C1Anchor, ByRef anchorRect As RectangleD, ByRef anchorVisible As Boolean)
Parameters
Type Name Description
C1Anchor anchor

The anchor to test.

RectangleD anchorRect

OUT: A RectangleD structure defining the area within the current fragment associated with anchor.

bool anchorVisible

OUT: true if anchor is visible in the current fragment, false otherwise.

Overrides