[]
ID2D1RenderInfo
[Guid("519ae1bd-d19a-420d-b849-364f594776b7")]
public class RenderInformation : ComObject, IDisposable, IUnknown
Initializes a new instance of the RenderInformation class.
public RenderInformation(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
void ID2D1RenderInfo::SetCached([In] BOOL isCached)
public void SetCached(Bool isCached)
isCached
BoolHRESULT ID2D1RenderInfo::SetInputDescription([In] unsigned int inputIndex,[In] D2D1_INPUT_DESCRIPTION inputDescription)
public void SetInputDescription(int inputIndex, InputDescription inputDescription)
inputIndex
intinputDescription
InputDescriptionvoid ID2D1RenderInfo::SetInstructionCountHint([In] unsigned int instructionCount)
public void SetInstructionCountHint(int instructionCount)
instructionCount
intHRESULT ID2D1RenderInfo::SetOutputBuffer([In] D2D1_BUFFER_PRECISION bufferPrecision,[In] D2D1_CHANNEL_DEPTH channelDepth)
public void SetOutputBuffer(BufferPrecision bufferPrecision, ChannelDepth channelDepth)
bufferPrecision
BufferPrecisionchannelDepth
ChannelDepthPerforms an explicit conversion from System.IntPtr to RenderInformation.
public static explicit operator RenderInformation(IntPtr nativePointer)
nativePointer
System.IntPtr