[]
Renders the current page to an existing GcBitmap.
public void Render(GcBitmap bitmap, PngOptions options = null)
Public Sub Render(bitmap As GcBitmap, Optional options As PngOptions = Nothing)
Type | Name | Description |
---|---|---|
GcBitmap | bitmap | The destination GcBitmap. Note that its current content will be lost. |
PngOptions | options | The set of parameters for the output image. |