Skip to content

44D418E6

Marcel Härtel edited this page Aug 27, 2023 · 2 revisions

SetMultiSampleCount Method

Set the "MultiSampleCount" for Multi Sampled AntiAlising (MSAA). The input value will be automatically clamped to the nearest power of two in relation of what the users GraphicsDevice can handle.

Definition

Namespace: MonoGame.Forms.NET.Controls
Assembly: MonoGame.Forms.NET (in MonoGame.Forms.NET.dll) Version: 3.2.0

C#

public void SetMultiSampleCount(
	int multiSampleCount
)

Parameters

  Int32
Usual numbers are 0, 2, 4, 8.

See Also

Reference

GraphicsDeviceControl Class
MonoGame.Forms.NET.Controls Namespace

Clone this wiki locally