Device.Viewport Property |
Language: |
Retrieves or sets the viewport parameters for the current device.
Visual Basic Public Property Viewport As Viewport C# public Viewport Viewport { get; set; } C++ public:
property Viewport Viewport {
Viewport get();
void set(Viewport value);
}JScript public function get Viewport() : Viewport
public function set Viewport(Viewport);
Microsoft.DirectX.Direct3D.Viewport
This property is read/write.
A Viewport object that represents the returned viewport parameters or specifies the viewport parameters to set.
Device.Viewport can be used to draw on part of the screen. It should be set before any geometry is drawn so the Viewport will take effect.
To draw multiple views within a scene, repeat setting Device.Viewport and draw a geometry sequence for each view.
Exceptions
InvalidCallException Occurs if Viewport is invalid, or if Viewport describes a region that cannot exist within the render target surface.
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