'宣言 Public Overloads Function RenderDirect( _ ByVal x As Unit, _ ByVal y As Unit, _ ByVal ro As RenderObject, _ ByVal width As System.Object, _ ByVal height As System.Object _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim x As Unit Dim y As Unit Dim ro As RenderObject Dim width As System.Object Dim height As System.Object Dim value As System.Boolean value = instance.RenderDirect(x, y, ro, width, height)
パラメータ
- x
 - The horizontal (X) coordinate at which to render the object (cannot be auto).
 - y
 - The vertical (Y) coordinate at which to render the object (cannot be auto).
 - ro
 - The RenderObject object to render.
 - width
 - The width of the object (if null, auto is used).
 - height
 - The height of the object (if null, auto is used).
 
戻り値の型
true if no warnings were generated by this call, false otherwise.