PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1AnchorInfo Class / C1AnchorInfo Constructor / C1AnchorInfo Constructor(C1Anchor,C1Page,RectangleD)
The anchor associated with the current instance.
C1Page object where anchor is.
The bounds on the page.

In This Topic
    C1AnchorInfo Constructor(C1Anchor,C1Page,RectangleD)
    In This Topic
    Initializes a new instance of the C1AnchorInfo class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal anchor As C1Anchor, _
       ByVal page As C1Page, _
       ByVal boundsOnPage As RectangleD _
    )
    public C1AnchorInfo( 
       C1Anchor anchor,
       C1Page page,
       RectangleD boundsOnPage
    )

    Parameters

    anchor
    The anchor associated with the current instance.
    page
    C1Page object where anchor is.
    boundsOnPage
    The bounds on the page.
    See Also