Click or drag to resize

RenderContentGenerateRenderContentPreview Method

Generate a render content preview

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Bitmap GenerateRenderContentPreview(
	LinearWorkflow lwf,
	RenderContent c,
	int width,
	int height,
	bool bSuppressLocalMapping,
	PreviewJobSignature pjs,
	PreviewAppearance pa,
	ref UtilitiesPreviewRenderResult result
)

Parameters

lwf
Type: Rhino.RenderLinearWorkflow
Linear Workflow
c
Type: Rhino.RenderRenderContent
Render Content
width
Type: SystemInt32
Image width
height
Type: SystemInt32
Image height
bSuppressLocalMapping
Type: SystemBoolean
Suppress Local Mapping
pjs
Type: Rhino.RenderPreviewJobSignature
Preivew Job Signature
pa
Type: Rhino.RenderPreviewAppearance
Preivew Appearance
result
Type: Rhino.RenderUtilitiesPreviewRenderResult
Reference to PreviewRenderResult value

Return Value

Type: Bitmap
The Bitmap of the render content preview
See Also