Printer.PSet Method

 

Prints a single point 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 PSet(Boolean, Single, Single, Int32)

Prints a single point in a specified color on a page, optionally specifying a point relative to the current coordinates.

System_CAPS_pubmethod PSet(Single, Single)

Prints a single point on a page.

System_CAPS_pubmethod PSet(Single, Single, Int32)

Prints a single point in a specified color on a page.

See Also

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

Return to top