Adds a rectangle to the Body of the current document
at a specific position on the current page, and resolves it.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void RenderDirectRectangle( Unit x, Unit y, Unit width, Unit height, Style style ) |
Visual Basic |
---|
Public Sub RenderDirectRectangle ( _ x As Unit, _ y As Unit, _ width As Unit, _ height As Unit, _ style As Style _ ) |
Parameters
- x
- Type: C1.C1Preview..::..Unit
The horizontal (X) coordinate at which to render the rectangle (cannot be auto).
- y
- Type: C1.C1Preview..::..Unit
The vertical (Y) coordinate at which to render the rectangle (cannot be auto).
- width
- Type: C1.C1Preview..::..Unit
The width of the rectangle.
- height
- Type: C1.C1Preview..::..Unit
The height of the rectangle.
- style
- Type: C1.C1Preview..::..Style
The Style to use.
Remarks
This method can only be used between calls to StartDoc()()()() and EndDoc()()()() methods on the current document. For details, see RenderDirect(Unit, Unit, RenderObject, Object, Object).