Skip to content

F79439B9

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

Dispose Method

Releases the unmanaged resources used by the GraphicsDeviceControl and optionally releases the managed resources

Definition

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

C#

protected override void Dispose(
	bool disposing
)

Parameters

  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also

Reference

GraphicsDeviceControl Class
MonoGame.Forms.NET.Controls Namespace

Clone this wiki locally