Property IGDIPlus.IGPGraphics.SmoothingMode
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:
property SmoothingMode : TGPSmoothingMode read GetSmoothingMode write SetSmoothingModeProp;
C++ Builder:
__property TGPSmoothingMode SmoothingMode = { read=GetSmoothingMode, write=SetSmoothingModeProp };
Summary
Sets or gets the rendering quality of the TGPGraphics object.
Description
Use this property to set or get the rendering quality of the
TGPGraphics object.
Remarks
To get the rendering quality for text, use the
GetTextRenderingHint method. The higher the level of quality
of the smoothing mode, the slower the performance.