Application.UseGDIPlus
From Xojo Documentation
This item was deprecated in version 2016r4. |
Property (As Boolean )
This property is only available on the Windows platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aApplication.UseGDIPlus = newBooleanValue
or
BooleanValue = aApplication.UseGDIPlus
New in 2009r4
Supported for all project types and targets.
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.