ComponentOne Bitmap for UWP
DrawTextLayout(Point2F,TextLayout,Brush,DrawTextOptions) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > RenderTarget Class > DrawTextLayout Method : DrawTextLayout(Point2F,TextLayout,Brush,DrawTextOptions) Method
void ID2D1RenderTarget::DrawTextLayout([In] D2D_POINT_2F origin,[In] IDWriteTextLayout* textLayout,[In] ID2D1Brush* defaultForegroundBrush,[In] D2D1_DRAW_TEXT_OPTIONS options)
Syntax
'Declaration
 
Public Overloads Sub DrawTextLayout( _
   ByVal origin As Point2F, _
   ByVal textLayout As TextLayout, _
   ByVal defaultForegroundBrush As Brush, _
   ByVal options As DrawTextOptions _
) 
public void DrawTextLayout( 
   Point2F origin,
   TextLayout textLayout,
   Brush defaultForegroundBrush,
   DrawTextOptions options
)

Parameters

origin
textLayout
defaultForegroundBrush
options
See Also

Reference

RenderTarget Class
RenderTarget Members
Overload List