RhinoView Methods |
The RhinoView type exposes the following members.
Name | Description | |
---|---|---|
CaptureToBitmap |
Capture View contents to a bitmap.
| |
CaptureToBitmap(DisplayModeDescription) |
Capture View contents to a bitmap using a display mode description to define
how drawing is performed.
| |
CaptureToBitmap(DisplayPipelineAttributes) |
Captures view contents to a bitmap using display attributes to define how
drawing is performed.
| |
CaptureToBitmap(Size) |
Capture View contents to a bitmap.
| |
CaptureToBitmap(Size, DisplayModeDescription) |
Capture View contents to a bitmap using a display mode description to define
how drawing is performed.
| |
CaptureToBitmap(Size, DisplayPipelineAttributes) |
Capture View contents to a bitmap using display attributes to define how
drawing is performed.
| |
CaptureToBitmap(Boolean, Boolean, Boolean) |
Captures the view contents to a bitmap allowing for visibility of grid and axes.
| |
CaptureToBitmap(Size, Boolean, Boolean, Boolean) |
Captures a part of the view contents to a bitmap allowing for visibility of grid and axes.
| |
ClientToScreen(Point) | ||
ClientToScreen(Point2d) | ||
Close |
Remove this View from Rhino. DO NOT attempt to use this instance of this
class after calling Close.
| |
CreateShadedPreviewImage | Creates a bitmap preview image of model. | |
CreateWireframePreviewImage | Creates a bitmap preview image of model. | |
Equals | (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromRuntimeSerialNumber |
Get a RhinoView from it's unique runtime serial number
| |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MouseCaptured |
Returns whether or not the mouse is captured in this view.
| |
Redraw | Redraws this view. | |
ScreenToClient(Point) |
Converts a point in screen coordinates to client coordinates for this view.
| |
ScreenToClient(Point2d) | ||
ShowToast(String) |
Shows a temporary popup message in the lower right corner of the view
| |
ShowToast(String, Int32) |
Shows a temporary popup message in the lower right corner of the view
| |
ShowToast(String, Int32, PointF) |
Shows a temporary popup message in the lower right corner of the view
| |
SpeedTest | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |