[]
Initializes a new instance of the ArticleBead class.
public ArticleBead()
Public Sub New()
Initializes a new instance of the ArticleBead class.
public ArticleBead(Page page, RectangleF bounds)
Public Sub New(page As Page, bounds As RectangleF)
Type | Name | Description |
---|---|---|
Page | page | The bead's page. |
RectangleF | bounds | The bead's bounds on the page. |
Initializes a new instance of the ArticleBead class.
public ArticleBead(Page page)
Public Sub New(page As Page)
Type | Name | Description |
---|---|---|
Page | page | The bead's page. |