Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / IsMultisample Method

In This Topic
    IsMultisample Method (RenderContextBase)
    In This Topic
    Tells if the graphics context is using MultiSample rasterization (either set by Viewport or by the Graphics Card settings).
    Syntax
    'Declaration
     
    Public MustOverride Function IsMultisample() As Boolean
    public abstract bool IsMultisample()
    See Also