ComponentOne List for WinForms
C1.Win.C1List 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 Object, _
       ByVal y As Object, _
       ByVal image As Image, _
       ByVal width As Object, _
       ByVal height As Object, _
       ByVal imageAlign As BackgroundPictureDrawModeEnum _
    ) 

    Parameters

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