Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / AskForAntiAliasing Property

In This Topic
    AskForAntiAliasing Property
    In This Topic
    If true, Full Screen Anti-Aliasing modes are requested during viewport initialization. The number of samples can be set with the AntiAliasingSamples property.
    Syntax
    'Declaration
     
    Public Property AskForAntiAliasing As Boolean
    public bool AskForAntiAliasing {get; set;}
    Remarks
    Has no effect at runtime for the OpenGL renderer.
    See Also