[]
Create an instance of Ellipse.
public Ellipse()
Public Sub New()
Create an instance of Ellipse.
public Ellipse(string content)
Public Sub New(content As String)
| Type | Name | Description |
|---|---|---|
| string | content |
Create an instance of Ellipse.
public Ellipse(string content, int width, int height)
Public Sub New(content As String, width As Integer, height As Integer)
| Type | Name | Description |
|---|---|---|
| string | content | |
| int | width | |
| int | height |