Viewport.RenderToBitmap (Size, Boolean, Boolean) Method

Returns an image of the current Model scene. The image can be scaled even to a poster size one.
Public Function RenderToBitmap( _ 
ByVal bitmapSize As Size, _ 
ByVal drawBackground As Boolean, _ 
Optional ByVal hdwAcceleration As Boolean = true _ 
) As Bitmap
This language is not supported or no code example is available.
public Bitmap RenderToBitmap( 
Size bitmapSize
bool drawBackground
bool hdwAcceleration = true 
)
This language is not supported or no code example is available.

Parameters

bitmapSize
Size

The size in which the viewport will be fitted.

drawBackground
bool

If true, the drawing of the background is skipped

hdwAcceleration
bool

If true, use the hardware acceleration

Return Value

Bitmap

The 24-bit image.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition