OvalShape Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the OvalShape 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 | |
---|---|---|
OvalShape() | Initializes a new instance of the OvalShape class. | |
OvalShape(ShapeContainer) | Initializes a new instance of the OvalShape class, specifying the ShapeContainer in which it will be contained. | |
OvalShape(Int32, Int32, Int32, Int32) | Initializes a new instance of the OvalShape class, specifying its location and size. |
Top