[]
ID2D1RenderInfo
[Guid("519ae1bd-d19a-420d-b849-364f594776b7")]
public class RenderInformation : ComObject, IDisposable, IUnknown
Name | Description |
---|---|
RenderInformation(IntPtr) | Initializes a new instance of the RenderInformation class. |
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) |
Name | Description |
---|---|
explicit operator RenderInformation(IntPtr) | Performs an explicit conversion from IntPtr to RenderInformation. |