'Declaration Public Overloads Sub FillPath( _
ByVal brushPdfBrush that should be used for filling path.As PdfBrush, _
ByVal pathIGraphicsPath to fill.As Vintasoft.Imaging.Drawing.IGraphicsPath, _
ByVal invertYAxisA value indicating whether to invert the Y axis or not.As Boolean _
)
public void FillPath(
PdfBrush brush,
Vintasoft.Imaging.Drawing.IGraphicsPath path,
bool invertYAxis
)
public: void FillPath(
PdfBrush* brush,
Vintasoft.Imaging.Drawing.IGraphicsPath* path,
bool invertYAxis
)
public:
void FillPath(
PdfBrush^ brush,
Vintasoft.Imaging.Drawing.IGraphicsPath^ path,
bool invertYAxis
)
Parameters
- brush
- PdfBrush that should be used for filling path.
- path
- IGraphicsPath to fill.
- invertYAxis
- A value indicating whether to invert the Y axis or not.