Line Constructor |
| Name | Description | |
|---|---|---|
| Line(ViewBase, Point, Point) |
Creates a new line instance with two points and no bulge (straight line) using standard attributes.
| |
| Line(ViewBase, Point, Point, Double) |
Creates a new line instance with two points and a bulge using standard attributes.
| |
| Line(ViewBase, Point, Point, LineLineAttributes) |
Creates a new line instance with two points and no bulge (straight line) using the given attributes.
| |
| Line(ViewBase, Point, Point, Double, LineLineAttributes) |
Creates a new line instance with two points and a bulge using the given attributes.
|