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 propertyArrowheadSizeMillimeters
arrowhead size in millimeters
Public propertyCropRectangle
Actual area of output rectangle that view capture is sent to.
Public propertyDefaultPrintWidthMillimeters
Line thickness used to print objects with no defined thickness (in mm)
Public propertyDocument
Public propertyDrawAxis
Public propertyDrawBackground
Public propertyDrawBackgroundBitmap
Public propertyDrawClippingPlanes
Public propertyDrawGrid
Public propertyDrawLights
Public propertyDrawLockedObjects
Public propertyDrawMargins
Public propertyDrawSelectedObjectsOnly
Public propertyDrawWallpaper
Public propertyIsScaleToFit
Returns true if the model has been scaled to fit.
Public propertyIsValid
Public propertyMediaSize
Total size of the image or page in dots
Public propertyModelScaleType
Public propertyOffsetAnchor
Public propertyOutputColor
Public propertyPointSizeMillimeters
size of point objects in millimeters if scale <= 0 the size is minimized so points are always drawn as small as possible
Public propertyRasterMode
Public propertyResolution
Capture "density" in dots per inch
Public propertyUsePrintWidths
Public propertyWireThicknessScale
scaling factor to apply to object print widths (typically 1.0). This is helpful when printing something at 1/2 scale and having all of the curves print 1/2 as thick
Top
Methods
  NameDescription
Public methodDispose
Actively reclaims unmanaged resources that this instance uses.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMargins
Get distances from the edge of the paper (MediaSize) to the CropRectangle in a defined unit system
Public methodGetModelScale
Returns the model scale factor.
Public methodGetOffset
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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 methodSetModelScaleToFit
Scales the model to fit.
Public methodSetModelScaleToValue
Sets the model scale to a value.
Public methodSetOffset
Public methodSetViewport
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also