Method function IGDIPlus.IGPGraphics.SetSmoothingMode(TGPSmoothingMode) : TGPGraphics
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPGraphics
Contents |
Syntax
Delphi:
function SetSmoothingMode( smoothingMode : TGPSmoothingMode ) : TGPGraphics;
C++ Builder:
TGPGraphics __fastcall SetSmoothingMode( TGPSmoothingMode smoothingMode );
Visual C++ (MFC):
SetSmoothingMode( smoothingMode );
Summary
Sets the rendering quality of the TGPGraphics object.
Description
Call this method to set the rendering quality of the TGPGraphics object. Remarks To get or set the rendering quality for text, use the GetTextRenderingHint method. The higher the level of quality of the smoothing mode, the slower the performance.