[]
IDWriteBitmapRenderTarget1
[Guid("791e8298-3ef3-4230-9880-c9bdecc42064")]
public class BitmapRenderTarget1 : BitmapRenderTarget, IDisposable, IUnknown
Initializes a new instance of the BitmapRenderTarget1 class.
public BitmapRenderTarget1(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
DWRITE_TEXT_ANTIALIAS_MODE IDWriteBitmapRenderTarget1::GetTextAntialiasMode()
public TextAntialiasMode GetTextAntialiasMode()
HRESULT IDWriteBitmapRenderTarget1::SetTextAntialiasMode([In] DWRITE_TEXT_ANTIALIAS_MODE antialiasMode)
public void SetTextAntialiasMode(TextAntialiasMode antialiasMode)
antialiasMode
TextAntialiasModePerforms an explicit conversion from System.IntPtr to BitmapRenderTarget1.
public static explicit operator BitmapRenderTarget1(IntPtr nativePointer)
nativePointer
System.IntPtr