Sets the smooth graphics settings.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public abstract void SetSmoothMode( bool smooth ) |
| Visual Basic (Declaration) |
|---|
Public MustOverride Sub SetSmoothMode ( _ smooth As Boolean _ ) |
| Visual C++ |
|---|
public: virtual void SetSmoothMode( bool smooth ) abstract |
Parameters
- smooth
- Type: System..::.Boolean