[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.RasterizerState1

Class RasterizerState1

Namespace
GrapeCity.Documents.DX.Direct3D11
Assembly
GcDocs.DX.Windows.dll

ID3D11RasterizerState1

[Guid("1217d7a6-5039-418c-b042-9cbe256afd6e")]
public class RasterizerState1 : RasterizerState, IDisposable, IUnknown
Inheritance
object
RasterizerState1
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

RasterizerState1(IntPtr)

Initializes a new instance of the RasterizerState1 class.

public RasterizerState1(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Properties

Description1

GetDescription1

public RasterizerStateDescription1 Description1 { get; }

Property Value

RasterizerStateDescription1

Methods

Create(Device1, RasterizerStateDescription1)

Constructs a new RasterizerState1 based on the specified description.

public static RasterizerState1 Create(Device1 device, RasterizerStateDescription1 description)

Parameters

device Device1

The device with which to associate the state object.

description RasterizerStateDescription1

The state description.

Returns

RasterizerState1

GetDescription1(out RasterizerStateDescription1)

void ID3D11RasterizerState1::GetDesc1([Out] D3D11_RASTERIZER_DESC1* pDesc)

public void GetDescription1(out RasterizerStateDescription1 descRef)

Parameters

descRef RasterizerStateDescription1

Operators

explicit operator RasterizerState1(IntPtr)

Performs an explicit conversion from System.IntPtr to RasterizerState1.

public static explicit operator RasterizerState1(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

RasterizerState1