Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripStyle Class / DrawToBitmap Method

In This Topic
    DrawToBitmap Method (C1EditorToolStripStyle)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawToBitmap( _
       ByVal bitmap As System.Drawing.Bitmap, _
       ByVal targetBounds As System.Drawing.Rectangle _
    ) 
    public void DrawToBitmap( 
       System.Drawing.Bitmap bitmap,
       System.Drawing.Rectangle targetBounds
    )

    Parameters

    bitmap
    targetBounds
    See Also