'宣言 Public Function New( _ ByVal anchor As C1Anchor, _ ByVal page As C1Page, _ ByVal boundsOnPage As RectangleD _ )
'使用法 Dim anchor As C1Anchor Dim page As C1Page Dim boundsOnPage As RectangleD Dim instance As New C1AnchorInfo(anchor, page, boundsOnPage)
public C1AnchorInfo( C1Anchor anchor, C1Page page, RectangleD boundsOnPage )
パラメータ
- anchor
 - The anchor associated with the current instance.
 - page
 - C1Page object where anchor is.
 - boundsOnPage
 - The bounds on the page.