Paints a 2D scene into a newly created raster with the specified dimensions.
public static NRaster RasterizePainting(
System.int ,
System.int ,
System.double ,
Nevron.Nov.Function<NPaintVisitor>
)
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.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)