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
)
Public Shared Function GenerateRenderContentPreview (
lwf As LinearWorkflow,
c As RenderContent,
width As Integer,
height As Integer,
bSuppressLocalMapping As Boolean,
pjs As PreviewJobSignature,
pa As PreviewAppearance,
ByRef result As UtilitiesPreviewRenderResult
) As Bitmap
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:
BitmapThe Bitmap of the render content preview
See Also