ViewCaptureSettings Class

ViewCaptureSettings 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.DisplayViewCaptureSettings

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

The ViewCaptureSettings type exposes the following members.

Constructors
  NameDescription
Public methodViewCaptureSettings
Initializes a new instance of the ViewCaptureSettings class
Public methodViewCaptureSettings(RhinoPageView, Double)
Initializes a new instance of the ViewCaptureSettings class
Public methodViewCaptureSettings(RhinoView, Size, Double)
Initializes a new instance of the ViewCaptureSettings class
Top
Properties
  NameDescription
Public propertyCropRectangle
Actual area of output rectangle that view capture is sent to.
Public propertyDrawAxis
Public propertyDrawBackground
Public propertyDrawBackgroundBitmap
Public propertyDrawClippingPlanes
Public propertyDrawGrid
Public propertyDrawLights
Public propertyDrawLockedObjects
Public propertyDrawMargins
Public propertyDrawSelectedObjectsOnly
Public propertyDrawWallpaper
Public propertyIsValid
Public propertyMediaSize
Total size of the image or page in dots
Public propertyOffsetAnchor
Public propertyResolution
Capture "density" in dots per inch
Top
Methods
  NameDescription
Public methodDispose
Actively reclaims unmanaged resources that this instance uses.
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetMargins
Get distances from the edge of the paper (MediaSize) to the CropRectangle in a defined unit system
Public methodGetOffset
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetLayout
Public methodSetMargins
Set distances from the edge of the paper (MediaSize) to the CropRectange in a defined unit system
Public methodSetOffset
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also