Render(RectangleF,Single) Method
Render the HTML document.
'Declaration
Public Overloads Function Render( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Single _
) As System.Single
public System.float Render(
System.Drawing.RectangleF ,
System.float
)
Parameters
- rc
- The rectangle in points for drawing.
- offset
- The offset of the frame.
Return Value
The frame bottom calculated value.