RenderEllipse Constructor(Unit,Unit)
In This Topic
Initializes a new instance of the
RenderEllipse class, assigning the width and height of the ellipse. The location of the ellipse is set to the location of the current
RenderEllipse.
Syntax
'Declaration
Public Function New( _
ByVal As Unit, _
ByVal As Unit _
)
public RenderEllipse(
Unit ,
Unit
)
Parameters
- width
- The width of the ellipse.
- height
- The height of the ellipse.
See Also