Device.SetDisplayMode Method |
Language: |
Visual Basic Public Sub SetDisplayMode( _
ByVal width As Integer, _
ByVal height As Integer, _
ByVal bitPerPixel As Integer, _
ByVal refreshRate As Integer, _
ByVal standardVgaMode As Boolean _
)C# public void SetDisplayMode(
int width,
int height,
int bitPerPixel,
int refreshRate,
bool standardVgaMode
);C++ public:
void SetDisplayMode(
int width,
int height,
int bitPerPixel,
int refreshRate,
bool standardVgaMode
);JScript public function SetDisplayMode(
width : int,
height : int,
bitPerPixel : int,
refreshRate : int,
standardVgaMode : boolean
);
width System.Int32
height System.Int32
bitPerPixel System.Int32
refreshRate System.Int32
standardVgaMode System.Boolean
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center