True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1OwnerDrawPrint Class / RenderDirectImage Method
X-coordinate.
Y-coordinate.
Image to render.
Width to render.
Height to render.
Alignment options.

In This Topic
    RenderDirectImage Method (C1OwnerDrawPrint)
    In This Topic
    Renders an image for the document.
    Syntax
    'Declaration
     
    Public Sub RenderDirectImage( _
       ByVal x As System.Object, _
       ByVal y As System.Object, _
       ByVal image As System.Drawing.Image, _
       ByVal width As System.Object, _
       ByVal height As System.Object, _
       ByVal imageAlign As BackgroundPictureDrawModeEnum _
    ) 
    public void RenderDirectImage( 
       System.object x,
       System.object y,
       System.Drawing.Image image,
       System.object width,
       System.object height,
       BackgroundPictureDrawModeEnum imageAlign
    )

    Parameters

    x
    X-coordinate.
    y
    Y-coordinate.
    image
    Image to render.
    width
    Width to render.
    height
    Height to render.
    imageAlign
    Alignment options.
    See Also