'宣言 Public Overloads Function RenderDirect( _ ByVal x As Unit, _ ByVal y As Unit, _ ByVal ro As RenderObject _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim x As Unit Dim y As Unit Dim ro As RenderObject Dim value As System.Boolean value = instance.RenderDirect(x, y, ro)
パラメータ
- 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.
戻り値の型
true if no warnings were generated by this call, false otherwise.