 | LBAnalogMeterRendererDrawUM 方法 |
Sweet 开发框架
Drawt the unit measure of the control
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public virtual bool DrawUM(
Graphics gr,
RectangleF rc
)
Public Overridable Function DrawUM (
gr As Graphics,
rc As RectangleF
) As Boolean
abstract DrawUM :
gr : Graphics *
rc : RectangleF -> bool
override DrawUM :
gr : Graphics *
rc : RectangleF -> bool
参数
- gr
- 类型:System.DrawingGraphics
[缺少 "M:SweetUI.LBAnalogMeterRenderer.DrawUM(System.Drawing.Graphics,System.Drawing.RectangleF)" 的 <param name="gr"/> 文档]
- rc
- 类型:System.DrawingRectangleF
[缺少 "M:SweetUI.LBAnalogMeterRenderer.DrawUM(System.Drawing.Graphics,System.Drawing.RectangleF)" 的 <param name="rc"/> 文档]
返回值
类型:
Boolean[缺少 "M:SweetUI.LBAnalogMeterRenderer.DrawUM(System.Drawing.Graphics,System.Drawing.RectangleF)" 的 <returns> 文档]
参见