'宣言 Public Overloads Sub RenderDirectImage( _ ByVal x As Unit, _ ByVal y As Unit, _ ByVal image As System.Drawing.Image _ )
'使用法 Dim instance As C1PrintDocument Dim x As Unit Dim y As Unit Dim image As System.Drawing.Image instance.RenderDirectImage(x, y, image)
パラメータ
- x
- 画像のレンダリング位置の水平(X)座標( autoは使用不可)。
- y
- 画像のレンダリング位置の垂直(Y)座標( autoは使用不可)。
- image
- レンダリングする画像。