RhinoCommon API
DrawingUtilities Class |
RhinoCommon Drawing Utilities
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
The DrawingUtilities type exposes the following members.
| Name | Description | |
|---|---|---|
| BitmapFromIconResource |
Load a Icon from an embedded resource and convert it to a bitmap of the
specified size. Will look for a icon image that is greater than or
equal to the requested size, if all images are less than the requested
size the largest image will be used.
| |
| CreateMeshPreviewImage(Mesh, Color, Size) |
Creates a preview image of a mesh.
| |
| CreateMeshPreviewImage(IEnumerableMesh, IEnumerableColor, Size) |
Creates a preview image of one or more meshs.
| |
| IconFromResource(String, Assembly) |
Load a Icon from an embedded resource.
| |
| IconFromResource(String, Size, Assembly) |
Load a Icon from an embedded resource.
| |
| ImageFromResource |
Load a Image from an embedded resource.
| |
| LoadBitmapWithScaleDown |
Loads an icon from an embedded resource and converts it to a bitmap.
If the icon is not a standard size, this function scales down a larger
image.
| |
| LoadIconWithScaleDown |
Loads an icon from an embedded resource.
If the icon is not a standard size, this function scales down a larger
image.
|