The multisample anti-aliasing (MSAA) options for Scenes. As the level of anti-aliasing increases,
            performance will generally decrease, but the quality of the anti-aliasing will improve.
            
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
SyntaxPublic Enumeration AntiAliasing
public enum class AntiAliasing
 Members
Members|  | Member name | Description | 
|---|
|  | Off | No anti-aliasing | 
|  | FXAA | Fast Approximate Anti aliasing | 
|  | TwoX | Anti-aliasing at 2x | 
|  | FourX | Anti-aliasing at 4x | 
|  | EightX | Anti-aliasing at 8x | 
|  | SixteenX | Anti-aliasing at 16x | 
|  | ThirtyTwoX | Anti-aliasing at 32x | 
|  | SixtyFourX | Anti-aliasing at 64x | 
 See Also
See Also