ViewCapture Class

ViewCapture Class

Used to hold the information required to generate high resolution output of a RhinoViewport. This is used for generating paper prints or image files
Inheritance Hierarchy
SystemObject
  Rhino.DisplayViewCapture

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class ViewCapture
Public Class ViewCapture

The ViewCapture type exposes the following members.

Constructors
  NameDescription
Public methodViewCapture
Initializes a new instance of the ViewCapture class
Top
Properties
  NameDescription
Public propertyDrawAxes
Public propertyDrawGrid
Public propertyDrawGridAxes
Public propertyHeight
Height of capture in Pixels
Public propertyPreview
Public propertyRealtimeRenderPasses
Public propertyScaleScreenItems
Public propertyTransparentBackground
Public propertyWidth
Width of capture in Pixels
Top
Methods
  NameDescription
Public methodCaptureToBitmap(RhinoView)
Public methodStatic memberCaptureToBitmap(ViewCaptureSettings)
Public methodStatic memberCaptureToSvg
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also