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