Ellipse Constructor(String,Int32,Int32)
In This Topic
Create an instance of Ellipse.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Ellipse(
System.string ,
System.int ,
System.int
)
Parameters
- content
- width
- height
See Also