 | UIPipeOnPaintFill 方法 |
Sweet 开发框架 [缺少 "M:SweetUI.UIPipe.OnPaintFill(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath)" 的 <summary> 文档]
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法protected override void OnPaintFill(
Graphics g,
GraphicsPath path
)
Protected Overrides Sub OnPaintFill (
g As Graphics,
path As GraphicsPath
)
abstract OnPaintFill :
g : Graphics *
path : GraphicsPath -> unit
override OnPaintFill :
g : Graphics *
path : GraphicsPath -> unit
参数
- g
- 类型:System.DrawingGraphics
[缺少 "M:SweetUI.UIPipe.OnPaintFill(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath)" 的 <param name="g"/> 文档]
- path
- 类型:System.Drawing.Drawing2DGraphicsPath
[缺少 "M:SweetUI.UIPipe.OnPaintFill(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath)" 的 <param name="path"/> 文档]
参见