Click or drag to resize

RenderContentVirtualIcon Method

Icon to display in the content browser, this bitmap needs to be valid for the life of this content object, the content object that returns the bitmap is responsible for disposing of the bitmap.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public virtual bool VirtualIcon(
	Size size,
	out Bitmap bitmap
)

Parameters

size
Type: System.DrawingSize
Requested icon size
bitmap
Type: System.DrawingBitmap

[Missing <param name="bitmap"/> documentation for "M:Rhino.Render.RenderContent.VirtualIcon(System.Drawing.Size,System.Drawing.Bitmap@)"]

Return Value

Type: Boolean
Return Icon to display in the content browser.
See Also