'DeclarationPublic Overloads Sub DrawPath( _ ByVal pen As PdfPen, _ ByVal brush As PdfBrush, _ ByVal path As PdfPath, _ ByVal fillMode As PdfFillMode _ )
'UsageDim instance As PdfGraphics Dim pen As PdfPen Dim brush As PdfBrush Dim path As PdfPath Dim fillMode As PdfFillMode instance.DrawPath(pen, brush, path, fillMode)