DrawingViewDrawTemporaryEventArgsDrawToolTipText Method (Point, String, Int32) |
Draw the Tooltip
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void DrawToolTipText(
Point point,
string text,
int offset
)
Public MustOverride Sub DrawToolTipText (
point As Point,
text As String,
offset As Integer
)
Parameters
- point
- Type: System.DrawingPoint
The Point representing the client coordinates of the bottom-left corner of the tooltip - text
- Type: SystemString
The text of tooltip - offset
- Type: SystemInt32
Distance from specified coordinates
See Also