In This Topic
Draws the specified text using the format information provided by an C1.Win.DX.DirectWrite.TextFormat object.
Overload List
Overload | Description |
DrawText(String,TextFormat,RectF,Brush) | Draws the specified text using the format information provided by an C1.Win.DX.DirectWrite.TextFormat object. |
DrawText(String,TextFormat,RectF,Brush,DrawTextOptions) | Draws the specified text using the format information provided by an C1.Win.DX.DirectWrite.TextFormat object. |
DrawText(String,TextFormat,RectF,Brush,DrawTextOptions,MeasuringMode) | Draws the specified text using the format information provided by an C1.Win.DX.DirectWrite.TextFormat object. |
DrawText(String,Int32,TextFormat,RectF,Brush,DrawTextOptions,MeasuringMode) | void ID2D1RenderTarget::DrawText([In, Buffer] const wchar_t* string,[In] unsigned int stringLength,[In] IDWriteTextFormat* textFormat,[In] const D2D_RECT_F* layoutRect,[In] ID2D1Brush* defaultForegroundBrush,[In] D2D1_DRAW_TEXT_OPTIONS options,[In] DWRITE_MEASURING_MODE measuringMode) |
See Also