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