LayoutInPixels Method (HtmlRenderer)
In This Topic
Create or update this HtmlElement with the provided info.
Syntax
'Declaration
Public Sub LayoutInPixels( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Brush, _
ByVal As System.Integer _
)
public void LayoutInPixels(
System.string ,
System.Drawing.Font ,
System.Drawing.Brush ,
System.int
)
Parameters
- text
- The text for create or update in the HTML element.
- font
- The font of the text.
- brush
- The text brush.
- width
- The width in pixels.
See Also