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