Click or drag to resize

RenderSettingsImageSize Property

Gets or sets a value indicating the size of the rendering result if UseViewportSize is set to false. If UseViewportSize is set to true, then this value is ignored.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Size ImageSize { get; set; }

Property Value

Type: Size
See Also