'Declaration
Public Overloads Sub DrawPath( _ ByVal pen As PdfPen, _ ByVal brush As PdfBrush, _ ByVal path As PdfPath _ )
'Usage
Dim instance As PdfGraphics Dim pen As PdfPen Dim brush As PdfBrush Dim path As PdfPath instance.DrawPath(pen, brush, path)