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 As System.Object, _
ByVal As System.Single, _
ByVal As System.Single, _
ByRef As Underline, _
ByVal As System.IntPtr _
) As HResult
public override HResult DrawUnderline(
System.object ,
System.float ,
System.float ,
ref Underline ,
System.IntPtr
)
Parameters
- clientDrawingContext
- baselineOriginX
- baselineOriginY
- underline
- clientDrawingEffectPtr
See Also