Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AnchorExact Method
The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.

In This Topic
    AnchorExact Method
    In This Topic
    Anchors a LayoutRect to exactly the same bounds and rotation angle as anchorRect.
    Syntax
    'Declaration
     
    Public Sub AnchorExact( _
       ByVal anchorRect As LayoutRect _
    ) 
    public void AnchorExact( 
       LayoutRect anchorRect
    )

    Parameters

    anchorRect
    The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
    See Also