Gets or sets a value specifying whether to smooth lines and curves via anti-aliasing.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AntiAliasing() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksAnti-aliasing is supported only by the GDI+ graphics engine. Drawing is about four times slower when this property is enabled.
See Also