Method | Description | |
---|---|---|
BeginDraw ( ) : void |
Sets the device to use the draw pump Sets correct aspect ratio
|
|
FullViewport ( ) : void | ||
Init ( GraphicsDeviceManager &device ) : void | ||
ResetViewport ( ) : void | ||
SetResolution ( int Width, int Height, bool FullScreen ) : void | ||
SetVirtualResolution ( int Width, int Height ) : void | ||
getTransformationMatrix ( ) : Matrix | ||
getVirtualAspectRatio ( ) : float |
Get virtual Mode Aspect Ratio
|
Method | Description | |
---|---|---|
ApplyResolutionSettings ( ) : void | ||
RecreateScaleMatrix ( ) : void |
public static Init ( GraphicsDeviceManager &device ) : void | ||
device | GraphicsDeviceManager | |
return | void |
public static SetResolution ( int Width, int Height, bool FullScreen ) : void | ||
Width | int | |
Height | int | |
FullScreen | bool | |
return | void |
public static SetVirtualResolution ( int Width, int Height ) : void | ||
Width | int | |
Height | int | |
return | void |
public static getTransformationMatrix ( ) : Matrix | ||
return | Matrix |
public static getVirtualAspectRatio ( ) : float | ||
return | float |