RectangleShape Constructor

 

Initializes a new instance of the RectangleShape class.

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

Overload List

Name Description
System_CAPS_pubmethod RectangleShape()

Initializes a new instance of the RectangleShape class.

System_CAPS_pubmethod RectangleShape(Int32, Int32, Int32, Int32)

Initializes a new instance of the RectangleShape class, specifying its location and size.

System_CAPS_pubmethod RectangleShape(ShapeContainer)

Initializes a new instance of the RectangleShape class, specifying the ShapeContainer that will contain it.

See Also

RectangleShape Class
Microsoft.VisualBasic.PowerPacks Namespace

Return to top