Skybound Rebar

ControlRenderer.DrawText Method

Draws text at the specified location using the specified Graphics object, font, color and rendering flags.

Overload List

Draws text at the specified location using the specified Graphics object, font, color and rendering flags.

public static void DrawText(Graphics,string,Font,Color,Point,TextRenderFlags);

Draws text within the given bounding rectangle using the specified Graphics object, font, color and rendering flags.

public static void DrawText(Graphics,string,Font,Color,Rectangle,TextRenderFlags);

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace