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
)
Public Function ShowToast (
message As String,
textHeight As Integer,
location As PointF
) As UInteger
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:
UInt32The runtime serial number of the view toast
See Also