OvalShape Constructor

 

Initializes a new instance of the OvalShape class.

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

Overload List

Name Description
System_CAPS_pubmethod OvalShape()

Initializes a new instance of the OvalShape class.

System_CAPS_pubmethod OvalShape(Int32, Int32, Int32, Int32)

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

System_CAPS_pubmethod OvalShape(ShapeContainer)

Initializes a new instance of the OvalShape class, specifying the ShapeContainer in which it will be contained.

See Also

OvalShape Class
Microsoft.VisualBasic.PowerPacks Namespace

Return to top