Printer.Circle Method

 

Prints a circle, an ellipse, or an arc on a page.

Namespace:   Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Overload List

Name Description
System_CAPS_pubmethod Circle(Boolean, Single, Single, Single, Int32, Single, Single, Single)

Prints a circle, an ellipse, or an arc on a page, specifying whether the center point is relative to the current location.

System_CAPS_pubmethod Circle(Single, Single, Single, Int32, Single, Single, Single)

Prints a circle, an ellipse, or an arc on a page.

See Also

Printer Class
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace

Return to top