ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextRenderer1Base Class / DrawStrikethrough Method / DrawStrikethrough(Object,Single,Single,Strikethrough,IntPtr) Method

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

    Parameters

    clientDrawingContext
    baselineOriginX
    baselineOriginY
    strikethrough
    clientDrawingEffectPtr
    See Also