Initializes a new instance of the
WidgetAnnotation class.
Syntax
'Declaration
Public Function New( _
ByVal As Page, _
ByVal As System.Drawing.RectangleF _
)
public WidgetAnnotation(
Page ,
System.Drawing.RectangleF
)
Parameters
- page
- The page containing created annotation.
- rect
- The annotation's bounds on the page.
See Also