Property | Type | Description | |
---|---|---|---|
BitsPerPixel | uint | ||
Height | uint | ||
Width | uint |
Method | Description | |
---|---|---|
IsValid ( ) : bool |
Tell whether or not the video mode is supported
|
|
ToString ( ) : string |
Provide a string describing the object
|
|
VideoMode ( uint width, uint height ) : System.Runtime.InteropServices |
Construct the video mode with its width and height
|
|
VideoMode ( uint width, uint height, uint bpp ) : System.Runtime.InteropServices |
Construct the video mode with its width, height and depth
|
Method | Description | |
---|---|---|
sfVideoMode_getDesktopMode ( ) : |
||
sfVideoMode_getFullscreenModes ( uint &Count ) : VideoMode* | ||
sfVideoMode_isValid ( |
public VideoMode ( uint width, uint height ) : System.Runtime.InteropServices | ||
width | uint | Video mode width |
height | uint | Video mode height |
return | System.Runtime.InteropServices |
public VideoMode ( uint width, uint height, uint bpp ) : System.Runtime.InteropServices | ||
width | uint | Video mode width |
height | uint | Video mode height |
bpp | uint | Video mode depth (bits per pixel) |
return | System.Runtime.InteropServices |