ArticleBead Constructor(Page,RectangleF)
In This Topic
Initializes a new instance of the
ArticleBead class.
Syntax
'Declaration
Public Function New( _
ByVal As Page, _
ByVal As System.Drawing.RectangleF _
)
public ArticleBead(
Page ,
System.Drawing.RectangleF
)
Parameters
- page
- The bead's page.
- bounds
- The bead's bounds on the page.
See Also