'宣言 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
 - オブジェクトの X 座標。auto は指定できません。
 - y
 - オブジェクトの Y 座標。auto は指定できません。
 - ro
 - レンダリングする RenderObject オブジェクト。
 
戻り値の型
エラーが発生しなかった場合は true を返します。