'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.