![]() |
![]() |
![]() |
PresentParameters.BackBufferHeight Property |
Language: |
Retrieves or sets the height of a swap chain's back buffers, in pixels.
Visual Basic .NET Public Property BackBufferHeight As Integer C# public int BackBufferHeight { get; set; } Managed C++ public: __property int get_BackBufferHeight();
public: __property void set_BackBufferHeight(int);JScript .NET public function get BackBufferHeight() : int
public function set BackBufferHeight(int);
System.Int32 . Height of the swap chain's back buffers, in pixels.
This property is read/write.
If the Windowed property is false (that is, if the presentation is full-screen), the height must equal the height of one of the enumerated display modes found through the DisplayModeCollection. If Windowed is true and height is 0, the corresponding dimension of the client area of the DeviceWindow (or the focus window, if DeviceWindow is null) is taken.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center