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