ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / DrawCheck Method

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

    Parameters

    bounds
    color
    See Also