Click or drag to resize

DrawingViewDrawTemporaryEventArgsDrawToolTipText Method (Point, String, Int32, 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 offsetX,
	int offsetY
)

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
offsetX
Type: SystemInt32
Distance from specified coordinates in X direction
offsetY
Type: SystemInt32
Distance from specified coordinates in Y direction
See Also