Skip to content

A66E776A

Marcel Härtel edited this page Aug 19, 2023 · 1 revision

GraphicsDeviceControl Methods

Methods

Dispose
(Overrides Control.Dispose(Boolean))
IsMouseInsideControlArea Returns true when the mouse cursor is inside the specific area.
OnClientSizeChanged
(Overrides Control.OnClientSizeChanged(EventArgs))
OnCreateControl
(Overrides Control.OnCreateControl())
OnMouseEnter
(Overrides Control.OnMouseEnter(EventArgs))
OnMouseLeave
(Overrides Control.OnMouseLeave(EventArgs))
OnMouseWheel
(Overrides Control.OnMouseWheel(MouseEventArgs))
OnPaint
(Overrides Control.OnPaint(PaintEventArgs))
OnPaintBackground
(Overrides Control.OnPaintBackground(PaintEventArgs))
PaintUsingSystemDrawing  
SetMultiSampleCount 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.

See Also

Reference

GraphicsDeviceControl Class
MonoGame.Forms.NET.Controls Namespace

Clone this wiki locally