Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the device supports antialiased lines.
Definition
Visual Basic Public ReadOnly Property SupportsAntiAlias As Boolean C# public bool SupportsAntiAlias { get; } C++ public:
property bool SupportsAntiAlias {
bool get();
}JScript public function get SupportsAntiAlias() : boolean
Property Value
System.Boolean
Value that is true if the device supports antialiased lines, or false if it does not.This property is read-only.