[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.RenderInformation

RenderInformation Class

ID2D1RenderInfo

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("519ae1bd-d19a-420d-b849-364f594776b7")]
public class RenderInformation : ComObject, IDisposable, IUnknown

Constructors

Name Description
RenderInformation(IntPtr)

Initializes a new instance of the RenderInformation class.

Methods

Name Description
SetCached(Bool)

void ID2D1RenderInfo::SetCached([In] BOOL isCached)

SetInputDescription(int, InputDescription)

HRESULT ID2D1RenderInfo::SetInputDescription([In] unsigned int inputIndex,[In] D2D1_INPUT_DESCRIPTION inputDescription)

SetInstructionCountHint(int)

void ID2D1RenderInfo::SetInstructionCountHint([In] unsigned int instructionCount)

SetOutputBuffer(BufferPrecision, ChannelDepth)

HRESULT ID2D1RenderInfo::SetOutputBuffer([In] D2D1_BUFFER_PRECISION bufferPrecision,[In] D2D1_CHANNEL_DEPTH channelDepth)

Operators

Name Description
explicit operator RenderInformation(IntPtr)

Performs an explicit conversion from IntPtr to RenderInformation.