Click or drag to resize

RhinoPageView Methods

The RhinoPageView type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddDetailView
Creates a detail view object that is displayed on this page and adds it to the document.
Public methodAddToPageViewGroup
Add this page view to a page view group.
Public methodCaptureToBitmap
Capture View contents to a bitmap.
(Inherited from RhinoView.)
Public methodCaptureToBitmap(DisplayModeDescription)
Capture View contents to a bitmap using a display mode description to define how drawing is performed.
(Inherited from RhinoView.)
Public methodCaptureToBitmap(DisplayPipelineAttributes)
Captures view contents to a bitmap using display attributes to define how drawing is performed.
(Inherited from RhinoView.)
Public methodCaptureToBitmap(Size)
Capture View contents to a bitmap.
(Inherited from RhinoView.)
Public methodCaptureToBitmap(Size, DisplayModeDescription)
Capture View contents to a bitmap using a display mode description to define how drawing is performed.
(Inherited from RhinoView.)
Public methodCaptureToBitmap(Size, DisplayPipelineAttributes)
Capture View contents to a bitmap using display attributes to define how drawing is performed.
(Inherited from RhinoView.)
Public methodCode exampleCaptureToBitmap(Boolean, Boolean, Boolean)
Captures the view contents to a bitmap allowing for visibility of grid and axes.
(Inherited from RhinoView.)
Public methodCaptureToBitmap(Size, Boolean, Boolean, Boolean)
Captures a part of the view contents to a bitmap allowing for visibility of grid and axes.
(Inherited from RhinoView.)
Public methodClientToScreen(Point) (Inherited from RhinoView.)
Public methodClientToScreen(Point2d) (Inherited from RhinoView.)
Public methodClose
Remove this View from Rhino. DO NOT attempt to use this instance of this class after calling Close.
(Inherited from RhinoView.)
Public methodCreateShadedPreviewImage
Creates a bitmap preview image of model.
(Inherited from RhinoView.)
Public methodCreateWireframePreviewImage
Creates a bitmap preview image of model.
(Inherited from RhinoView.)
Public methodDuplicate
Copies a page view.
Public methodEquals (Inherited from RhinoView.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDetailViews
Gets a list of the detail view objects associated with this layout.
Public methodGetHashCode (Inherited from RhinoView.)
Public methodGetPageViewGroupList
Gets an array of page view group indices this page view belongs to.
Public methodGetPreviewImage
Creates a preview image of the page.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsInPageViewGroup
Determines if this page view belongs in a page view group.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMouseCaptured
Returns whether or not the mouse is captured in this view.
(Inherited from RhinoView.)
Public methodPageViewGroupSortIndex
Gets this page view's sort index within a page view group. The sort index determines the order of the page view among the other members of the group, independent of the document page (view-table) order.
Public methodCode exampleRedraw
Redraws this view.
(Inherited from RhinoView.)
Public methodRemoveFromAllageViewGroups
Removes this page view to all page view groups.
Public methodRemoveFromPageViewGroup
Removes this page view to a page view group.
Public methodScreenToClient(Point)
Converts a point in screen coordinates to client coordinates for this view.
(Inherited from RhinoView.)
Public methodScreenToClient(Point2d) (Inherited from RhinoView.)
Public methodCode exampleSetActiveDetail(Guid)
Sets the active detail.
Public methodSetActiveDetail(String, Boolean)
Sets the active detail.
Public methodCode exampleSetPageAsActive
Deactivates the active details and sets the page view as active.
Public methodSetPageViewGroupSortIndex
Sets this page view's sort index (position) within a page view group, repositioning it among the group's members and renumbering the rest so the group stays contiguously ordered. A sort index at or beyond the member count moves the page view to the end. If the page view is not yet in the group, it is added.
Public methodShowToast(String)
Shows a temporary popup message in the lower right corner of the view
(Inherited from RhinoView.)
Public methodShowToast(String, Int32)
Shows a temporary popup message in the lower right corner of the view
(Inherited from RhinoView.)
Public methodShowToast(String, Int32, PointF)
Shows a temporary popup message in the lower right corner of the view
(Inherited from RhinoView.)
Public methodSpeedTest (Inherited from RhinoView.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also