'Declaration
Public Function Rasterize( _ ByVal polygon As NPolygonF, _ ByVal stepX As System.Single, _ ByVal stepY As System.Single _ ) As NMonochromeRaster
'Usage
Dim instance As NPolygonRasterizer Dim polygon As NPolygonF Dim stepX As System.Single Dim stepY As System.Single Dim value As NMonochromeRaster value = instance.Rasterize(polygon, stepX, stepY)
public NMonochromeRaster Rasterize( NPolygonF polygon, System.float stepX, System.float stepY )
Parameters
- polygon
- stepX
- stepY