DrawEllipseDoubleLine Method (PageDoubleLineExtensions)
In This Topic
Draws the double line ellipse.
Syntax
'Declaration
Public Shared Sub DrawEllipseDoubleLine( _
ByVal As DrawCanvas, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single _
)
public static void DrawEllipseDoubleLine(
DrawCanvas ,
float ,
float ,
float ,
float
)
Parameters
- canvas
- The canvas where ellipse to be drawn.
- left
- The left.
- top
- The top.
- width
- The width.
- height
- The height.
See Also