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