Click or drag to resize

RhinoViewShowToast Method (String, Int32, PointF)

Shows a temporary popup message in the lower right corner of the view

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public uint ShowToast(
	string message,
	int textHeight,
	PointF location
)

Parameters

message
Type: SystemString
The message to be shown
textHeight
Type: SystemInt32
The height of the message
location
Type: System.DrawingPointF
The location of the message

Return Value

Type: UInt32
The runtime serial number of the view toast
See Also