RenderContextBase.IsMultisample Method

Tells if the graphics context is using MultiSample rasterization (either set by Viewport or by the Graphics Card settings).
Public MustOverride Function IsMultisample() As Boolean
This language is not supported or no code example is available.
public abstract bool IsMultisample()
This language is not supported or no code example is available.

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition