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