Application.UseGDIPlus

From Xojo Documentation

Property (As Boolean )


aApplication.UseGDIPlus = newBooleanValue
or
BooleanValue = aApplication.UseGDIPlus

New in 2009r4

Supported for all project types and targets.

When True, the Graphics class on Windows uses GDI+ to do its drawing. The default is False.