[]
Create or update this HtmlElement with the provided info.
public void LayoutInPixels(string text, Font font, Brush brush, int width)
Public Sub LayoutInPixels(text As String, font As Font, brush As Brush, width As Integer)
| Type | Name | Description |
|---|---|---|
| string | text | The text for create or update in the HTML element. |
| Font | font | The font of the text. |
| Brush | brush | The text brush. |
| int | width | The width in pixels. |