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