Line Constructor

Overload List
  NameDescription
Public methodLine(ViewBase, Point, Point)
Creates a new line instance with two points and no bulge (straight line) using standard attributes.
Public methodLine(ViewBase, Point, Point, Double)
Creates a new line instance with two points and a bulge using standard attributes.
Public methodLine(ViewBase, Point, Point, LineLineAttributes)
Creates a new line instance with two points and no bulge (straight line) using the given attributes.
Public methodLine(ViewBase, Point, Point, Double, LineLineAttributes)
Creates a new line instance with two points and a bulge using the given attributes.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next