RenderDirectRectangle Method (C1PrintDocument)
In This Topic
Adds a rectangle to the
C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
Overload List
Overload | Description |
RenderDirectRectangle(Unit,Unit,Unit,Unit,Style) | Adds a rectangle to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. |
RenderDirectRectangle(Unit,Unit,Unit,Unit,LineDef,Color) | Adds a rectangle to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. |
RenderDirectRectangle(Unit,Unit,Unit,Unit,LineDef,Brush) | Adds a rectangle to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. |
RenderDirectRectangle(Unit,Unit,Unit,Unit,LineDef) | Adds a rectangle to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. |
RenderDirectRectangle(Unit,Unit,Unit,Unit,Color,Unit,Color) | Adds a rectangle to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. |
RenderDirectRectangle(Unit,Unit,Unit,Unit,Color,Unit) | Adds a rectangle to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. |
See Also