Description:
Syntax:
public static Size RenderSize()
deprecated in 6.4
Returns:
Type: Size
Available since:
5.0

Description:

Get the render size as specified in the ON_3dmRenderSettings, and from RenderSources when fromRenderSources is true.

Syntax:
public static Size RenderSize(
RhinoDoc doc,
bool fromRenderSources
)
Returns:
Type: Size
The render size.
Available since:
6.0

Description:

Get the render size as specified in the ON_3dmRenderSettings. Will automatically return the correct size based on the ActiveView or custom settings.

Syntax:
public static Size RenderSize(
RhinoDoc doc
)
Returns:
Type: Size
The render size.
Available since:
6.0

RenderSize method

Class:  Rhino.Render.RenderPipeline

Nothing found