True DBGrid for WinForms
RenderDirectImage メソッド (C1OwnerDrawPrint)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1OwnerDrawPrint クラス : RenderDirectImage メソッド
X-coordinate.
Y-coordinate.
Image to render.
Width to render.
Height to render.
Alignment options.
Renders an image for the document.
シンタックス
'宣言
 
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
)

パラメータ

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

C1OwnerDrawPrint クラス
C1OwnerDrawPrint メンバ