'Declaration Protected Overrides Sub FillPathCore( _
ByVal brushКисть, определяющая характеристики заливки.As Vintasoft.Imaging.Drawing.IDrawingBrush, _
ByVal pathПуть для заполнения.As Vintasoft.Imaging.Drawing.IGraphicsPath _
)
protected override void FillPathCore(
Vintasoft.Imaging.Drawing.IDrawingBrush brush,
Vintasoft.Imaging.Drawing.IGraphicsPath path
)
protected: void FillPathCore(
Vintasoft.Imaging.Drawing.IDrawingBrush* brush,
Vintasoft.Imaging.Drawing.IGraphicsPath* path
); override
protected:
void FillPathCore(
Vintasoft.Imaging.Drawing.IDrawingBrush^ brush,
Vintasoft.Imaging.Drawing.IGraphicsPath^ path
); override
Parameters
- brush
- Кисть, определяющая характеристики заливки.
- path
- Путь для заполнения.