Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / ComboBoxTextBoxArea Class / PaintImage Method
The System.Drawing.Graphics object used to paint the image.
The System.Drawing.Rectangle in which to paint the image.
The System.Drawing.Image to paint.


In This Topic
    PaintImage Method (ComboBoxTextBoxArea)
    In This Topic
    Paints the image in the destinationRectangle using the provided graphics.
    Syntax
    'Declaration
     
    Protected Overridable Sub PaintImage( _
       ByVal graphics As Graphics, _
       ByVal destinationRectangle As Rectangle, _
       ByVal image As Image _
    ) 
    'Usage
     
    Dim instance As ComboBoxTextBoxArea
    Dim graphics As Graphics
    Dim destinationRectangle As Rectangle
    Dim image As Image
     
    instance.PaintImage(graphics, destinationRectangle, image)
    protected virtual void PaintImage( 
       Graphics graphics,
       Rectangle destinationRectangle,
       Image image
    )

    Parameters

    graphics
    The System.Drawing.Graphics object used to paint the image.
    destinationRectangle
    The System.Drawing.Rectangle in which to paint the image.
    image
    The System.Drawing.Image to paint.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also