'宣言 Public Overloads Function RenderBlockRectangle( _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal line As LineDef _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim width As Unit Dim height As Unit Dim line As LineDef Dim value As System.Boolean value = instance.RenderBlockRectangle(width, height, line)
パラメータ
- width
 - The width of the rectangle.
 - height
 - The height of the rectangle.
 - line
 - The LineDef to draw the rectangle with.
 
戻り値の型
true if no warnings were generated by this call, false otherwise.