Click or drag to resize
D3D11ControlFrontCounterClockwise Property
Determines if a triangle is front- or back-facing.

Namespace: SlimDX.Windows
Assembly: SlimDX.D3D11Control (in SlimDX.D3D11Control.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool FrontCounterClockwise { get; set; }

Property Value

Type: Boolean
Remarks
If this parameter is true, then a triangle will be considered front-facing if its vertices are counter-clockwise on the render target and considered back-facing if they are clockwise. If this parameter is false then the opposite is true.
See Also