LineShape Constructor

 

Initializes a new instance of the LineShape class.

Namespace:   Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Overload List

Name Description
System_CAPS_pubmethod LineShape()

Initializes a new instance of the LineShape class.

System_CAPS_pubmethod LineShape(Int32, Int32, Int32, Int32)

Initializes a new instance of the LineShape class, specifying the coordinates for the line.

System_CAPS_pubmethod LineShape(ShapeContainer)

Initializes a new instance of the LineShape class, specifying the ShapeContainer where it will be parented.

See Also

LineShape Class
Microsoft.VisualBasic.PowerPacks Namespace

Return to top