[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlRenderer.LayoutInPixels

LayoutInPixels Method

LayoutInPixels(string, Font, Brush, int)

Create or update this HtmlElement with the provided info.

Declaration
public void LayoutInPixels(string text, Font font, Brush brush, int width)
Parameters
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.