Click or drag to resize
D3D11Control Properties

The D3D11Control type exposes the following members.

Properties
  NameDescription
Public propertyAspectRatio
Gets the aspect ratio of this D3D11Control instance.
Public propertyAutoAdjustViewPort
Indicates whether the viewport will automatically size itself when the control is resized.
Public propertyContext
Gets the DeviceContext instance which generates rendering commands.
Public propertyCullMode
Gets or sets which triangles are to be culled.
Public propertyDepthStencilView
Gets the DepthStencilView instance associated with the output merger.
Public propertyDevice
Gets the virtual adapter used to perform rendering and create resources.
Public propertyFillMode
Gets or sets the fill mode to use when rendering.
Public propertyFrontCounterClockwise
Determines if a triangle is front- or back-facing.
Public propertyRenderTargetView
Gets the RenderTargetView instance associated with the output merger.
Public propertySwapChain
Gets the SwapChain instance associated with the device.
Public propertyVSync
Gets or sets a value indicating whether vertical synchronization (vsync) is active.
Top
See Also