Global.ResizeGraphicsDeviceManagerDelegate Delegate
Definition
Section titled “Definition”Resizes the GraphicsDeviceManager by the specified font size.
public delegate void Global.ResizeGraphicsDeviceManagerDelegate(Point fontSize, int width, int height, int additionalWidth, int additionalHeight)Parameters
Section titled “Parameters”fontSize Microsoft.Xna.Framework.Point
The size of the font to base the final values on.
width int
The count of glyphs along the X-axis.
height int
The count of glyphs along the Y-axis.
additionalWidth int
Additional pixel width to add to the resize.
additionalHeight int
Additional pixel height to add to the resize.
Constructors
Section titled “Constructors”ResizeGraphicsDeviceManagerDelegate(object, nint)
Section titled “ResizeGraphicsDeviceManagerDelegate(object, nint)”public ResizeGraphicsDeviceManagerDelegate(object @object, nint method)Parameters
Section titled “Parameters”object object
method nint
Methods
Section titled “Methods”Invoke(Point, int, int, int, int)
Section titled “Invoke(Point, int, int, int, int)”public virtual void Invoke(Point fontSize, int width, int height, int additionalWidth, int additionalHeight)Parameters
Section titled “Parameters”fontSize Microsoft.Xna.Framework.Point
width int
height int
additionalWidth int
additionalHeight int
BeginInvoke(Point, int, int, int, int, AsyncCallback, object)
Section titled “BeginInvoke(Point, int, int, int, int, AsyncCallback, object)”public virtual IAsyncResult BeginInvoke(Point fontSize, int width, int height, int additionalWidth, int additionalHeight, AsyncCallback callback, object @object)Parameters
Section titled “Parameters”fontSize Microsoft.Xna.Framework.Point
width int
height int
additionalWidth int
additionalHeight int
callback AsyncCallback
object object
Returns
Section titled “Returns”EndInvoke(IAsyncResult)
Section titled “EndInvoke(IAsyncResult)”public virtual void EndInvoke(IAsyncResult result)Parameters
Section titled “Parameters”result IAsyncResult