LineShape Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the LineShape class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LineShape() | Initializes a new instance of the LineShape class. | |
LineShape(ShapeContainer) | Initializes a new instance of the LineShape class, specifying the ShapeContainer where it will be parented. | |
LineShape(Int32, Int32, Int32, Int32) | Initializes a new instance of the LineShape class, specifying the coordinates for the line. |
Top