public static NRaster RasterizePainting( System.int width, System.int height, System.double resolution, Nevron.Nov.Function<NPaintVisitor> paintDelegate )
Parameters
- width
- Width (in pixels) of the output raster.
- height
- Height (in pixels) of the output raster.
- resolution
- Raster resolution, measured in DIP.
- paintDelegate
- A function that paints the scene that should be rasterized.
Return Value
A raster that contains the image painted in paintDelegate.