ObjectPropertiesPagePageIcon Method |
Icon to display in the object properties tab control. Will not get called
if PageIconEmbeddedResourceString is overridden and provides a string for a
successfully loaded icon resource.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public virtual Icon PageIcon(
Size sizeInPixels
)
Public Overridable Function PageIcon (
sizeInPixels As Size
) As Icon
Parameters
- sizeInPixels
- Type: System.DrawingSize
The requested icon size in pixels, DPI scaling has been applied. The
default value is 24 X DPI scale.
Return Value
Type:
Icon[Missing <returns> documentation for "M:Rhino.UI.ObjectPropertiesPage.PageIcon(System.Drawing.Size)"]
See Also