Table of Contents

Interface IWxGraphics

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Extends IGraphics with additional functionality implemented on WxWidgets platform.

public interface IWxGraphics : IGraphics

Methods

DrawText(string, Font, Brush, RectD, TextFormat)

Draws text using the specified drawing parameters and text format.

MeasureText(string, Font, double)

Measures the specified string when drawn with the specified Font and maximum width.

MeasureText(string, Font, double, TextFormat)

Measures the specified string when drawn with the specified Font, maximum width and TextFormat.