 | UIControlOnPaintFore 方法 |
Sweet 开发框架
绘制字体
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法protected virtual void OnPaintFore(
Graphics g,
GraphicsPath path
)
Protected Overridable Sub OnPaintFore (
g As Graphics,
path As GraphicsPath
)
abstract OnPaintFore :
g : Graphics *
path : GraphicsPath -> unit
override OnPaintFore :
g : Graphics *
path : GraphicsPath -> unit
参数
- g
- 类型:System.DrawingGraphics
GDI绘图图面 - path
- 类型:System.Drawing.Drawing2DGraphicsPath
路径
参见