RenderDirectLine(Unit,Unit,Unit,Unit,LineDef) Method
In This Topic
Adds a line to the
C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
Syntax
Parameters
- fromX
- The X coordinate of the first point that the line connects.
- fromY
- The Y coordinate of the first point that the line connects.
- toX
- The X coordinate of the second point that the line connects.
- toY
- The Y coordinate of the second point that the line connects.
- line
- The C1.C1Preview.LineDef to draw the line with.
See Also