RhinoCommon API
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
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
The ViewCaptureSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| ViewCaptureSettings | Initializes a new instance of the ViewCaptureSettings class | |
| ViewCaptureSettings(RhinoPageView, Double) | Initializes a new instance of the ViewCaptureSettings class | |
| ViewCaptureSettings(RhinoView, Size, Double) | Initializes a new instance of the ViewCaptureSettings class |
| Name | Description | |
|---|---|---|
| CropRectangle | Actual area of output rectangle that view capture is sent to. | |
| DrawAxis | ||
| DrawBackground | ||
| DrawBackgroundBitmap | ||
| DrawClippingPlanes | ||
| DrawGrid | ||
| DrawLights | ||
| DrawLockedObjects | ||
| DrawMargins | ||
| DrawSelectedObjectsOnly | ||
| DrawWallpaper | ||
| IsValid | ||
| MediaSize | Total size of the image or page in dots | |
| OffsetAnchor | ||
| Resolution | Capture "density" in dots per inch |
| Name | Description | |
|---|---|---|
| Dispose | Actively reclaims unmanaged resources that this instance uses. | |
| Equals | (Inherited from Object.) | |
| Finalize | Passively reclaims unmanaged resources when the class user did not explicitly call Dispose(). (Overrides ObjectFinalize.) | |
| GetHashCode | (Inherited from Object.) | |
| GetMargins |
Get distances from the edge of the paper (MediaSize) to the CropRectangle
in a defined unit system
| |
| GetOffset | ||
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SetLayout | ||
| SetMargins |
Set distances from the edge of the paper (MediaSize) to the CropRectange
in a defined unit system
| |
| SetOffset | ||
| ToString | (Inherited from Object.) |