Returns the plug-in's icon in bitmap form.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Bitmap Icon(
Size size
)
Public Function Icon (
size As Size
) As Bitmap
Parameters
- size
- Type: System.DrawingSize
The desired size in pixels.
Return Value
Type:
BitmapThe icon if successful, null otherwise.
Version InformationRhino for Windows
Supported in: 6.8
See Also