Renders a rectangle into the block flow of the current document.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public bool RenderBlockRectangle( Unit width, Unit height, LineDef line, Brush fillBrush ) |
Visual Basic |
---|
Public Function RenderBlockRectangle ( _ width As Unit, _ height As Unit, _ line As LineDef, _ fillBrush As Brush _ ) As Boolean |
Parameters
- width
- Type: C1.C1Preview..::..Unit
The width of the rectangle.
- height
- Type: C1.C1Preview..::..Unit
The height of the rectangle.
- line
- Type: C1.C1Preview..::..LineDef
The LineDef to draw the rectangle with.
- fillBrush
- Type: System.Drawing..::..Brush
The fill brush.
Return Value
true if no warnings were generated by this call, false otherwise.Remarks
This method can only be used between calls to StartDoc()()()() and EndDoc()()()() methods on the current document. For details, see RenderBlock(RenderObject).