ViewCaptureSettings Methods |
The ViewCaptureSettings type exposes the following members.
Name | Description | |
---|---|---|
CreatePreviewSettings |
Create a ViewCaptureSettings based on this instance, but scaled to fit in a different
sized area. Scaling is also performed on dpi. This is primarily used to for capturing
images that are shown as print previews
| |
Dispose | Actively reclaims unmanaged resources that this instance uses. | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Equals(ViewCaptureSettings) |
Check if the contents of this object is the same as another object
| |
Finalize | Passively reclaims unmanaged resources when the class user did not explicitly call Dispose(). (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMargins |
Get distances from the edge of the paper (MediaSize) to the CropRectangle
in a defined unit system
| |
GetModelScale |
Returns the model scale factor.
| |
GetOffset | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetViewport |
Get RhinoViewport that this view capture settings is targeting
| |
Load | ||
MatchViewportAspectRatio |
Adjust crop rectangle to match the aspect ratio of the original viewport that these
settings reference
| |
MaximizePrintableArea |
Minimize cropping so the full drawable area is used
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Save | ||
SetLayout | ||
SetMarginBottom |
Set the distance from the bottom edge of the paper to the CropRectangle
| |
SetMarginLeft |
Set the distance from the left edge of the paper to the CropRectangle
| |
SetMarginRight |
Set the distance from the right edge of the paper to the CropRectangle
| |
SetMargins |
Set distances from the edge of the paper (MediaSize) to the CropRectange
in a defined unit system
| |
SetMarginTop |
Set the distance from the top edge of the paper to the CropRectangle
| |
SetModelScaleToFit |
Scales the model to fit.
| |
SetModelScaleToValue |
Sets the model scale to a value.
| |
SetOffset | ||
SetViewport | ||
SetWindowRect(Point2d, Point2d) |
Set the print area to a window selection based on two points in screen coordinates
| |
SetWindowRect(Point3d, Point3d) |
Set the print area to a window selection based on two points in world coordinates
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |