ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / DrawTextLayout Method / DrawTextLayout(Point2F,TextLayout,Brush,DrawTextOptions) Method

In This Topic
    DrawTextLayout(Point2F,TextLayout,Brush,DrawTextOptions) Method
    In This Topic
    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