Class RasterizerState
public class RasterizerState : GraphicsResource, IDisposable
- Inheritance
-
RasterizerState
- Implements
- Inherited Members
Constructors
RasterizerState()
public RasterizerState()
Fields
CullClockwise
public static readonly RasterizerState CullClockwise
Field Value
CullCounterClockwise
public static readonly RasterizerState CullCounterClockwise
Field Value
CullNone
public static readonly RasterizerState CullNone
Field Value
Properties
CullMode
public CullMode CullMode { get; set; }
Property Value
DepthBias
public float DepthBias { get; set; }
Property Value
DepthClipEnable
public bool DepthClipEnable { get; set; }
Property Value
FillMode
public FillMode FillMode { get; set; }
Property Value
MultiSampleAntiAlias
public bool MultiSampleAntiAlias { get; set; }
Property Value
ScissorTestEnable
public bool ScissorTestEnable { get; set; }
Property Value
SlopeScaleDepthBias
public float SlopeScaleDepthBias { get; set; }
Property Value
Methods
Dispose(bool)
The method that derived classes should override to implement disposing of managed and native resources.
protected override void Dispose(bool disposing)
Parameters
disposing
boolTrue if managed objects should be disposed.
Remarks
Native resources should always be released regardless of the value of the disposing parameter.