PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / DrawCheck Method

In This Topic
    DrawCheck Method (GraphicsUtils.GdiDc)
    In This Topic
    Draws a checkmark.
    Syntax
    'Declaration
     
    Public Sub DrawCheck( _
       ByVal bounds As Rectangle, _
       ByVal color As Color _
    ) 
    public void DrawCheck( 
       Rectangle bounds,
       Color color
    )

    Parameters

    bounds
    color
    See Also