ComponentOne True DBGrid for WinForms
RenderDirectImage Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1OwnerDrawPrint Class : RenderDirectImage Method
X-coordinate.
Y-coordinate.
Image to render.
Width to render.
Height to render.
Alignment options.
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

Reference

C1OwnerDrawPrint Class
C1OwnerDrawPrint Members