ViewCaptureSettings.SetLayout Method

ViewCaptureSettingsSetLayout Method

[Missing <summary> documentation for "M:Rhino.Display.ViewCaptureSettings.SetLayout(System.Drawing.Size,System.Drawing.Rectangle)"]

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetLayout(
	Size mediaSize,
	Rectangle cropRectangle
)
Public Sub SetLayout ( 
	mediaSize As Size,
	cropRectangle As Rectangle
)

Parameters

mediaSize
Type: System.DrawingSize

[Missing <param name="mediaSize"/> documentation for "M:Rhino.Display.ViewCaptureSettings.SetLayout(System.Drawing.Size,System.Drawing.Rectangle)"]

cropRectangle
Type: System.DrawingRectangle

[Missing <param name="cropRectangle"/> documentation for "M:Rhino.Display.ViewCaptureSettings.SetLayout(System.Drawing.Size,System.Drawing.Rectangle)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also