| ViewCaptureSettingsSetWindowRect Method (Point3d, Point3d) | 
 
            Set the print area to a window selection based on two points in world coordinates
            
 
    Namespace: 
   Rhino.Display
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 7.4
 Syntax
Syntaxpublic void SetWindowRect(
	Point3d worldPoint1,
	Point3d worldPoint2
)
Public Sub SetWindowRect ( 
	worldPoint1 As Point3d,
	worldPoint2 As Point3d
)
Parameters
- worldPoint1
- Type: Rhino.GeometryPoint3d
 First point in world coordinates. This point is projected to screen coordinates
- worldPoint2
- Type: Rhino.GeometryPoint3d
 Second point in world coordinates. This point is projected to screen coordinates
 See Also
See Also