ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / TextRenderer1Base Class / DrawUnderline Method / DrawUnderline(Object,Single,Single,Underline,IntPtr) Method

In This Topic
    DrawUnderline(Object,Single,Single,Underline,IntPtr) Method
    In This Topic
    IDWriteTextLayout::Draw calls this function to instruct the client to draw an underline.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function DrawUnderline( _
       ByVal clientDrawingContext As System.Object, _
       ByVal baselineOriginX As System.Single, _
       ByVal baselineOriginY As System.Single, _
       ByRef underline As Underline, _
       ByVal clientDrawingEffectPtr As System.IntPtr _
    ) As HResult
    public override HResult DrawUnderline( 
       System.object clientDrawingContext,
       System.float baselineOriginX,
       System.float baselineOriginY,
       ref Underline underline,
       System.IntPtr clientDrawingEffectPtr
    )

    Parameters

    clientDrawingContext
    baselineOriginX
    baselineOriginY
    underline
    clientDrawingEffectPtr
    See Also