C# Class PixelFarm.Agg.ScanlineRasToDestBitmapRendererExtension

Exibir arquivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
RenderSolidAllPaths ( this sclineRasToBmp, IImageReaderWriter destImage, ScanlineRasterizer sclineRas, Scanline scline, VertexStore vxs, Drawing colors, int path_id, int num_paths ) : void

Method Details

RenderSolidAllPaths() public static method

public static RenderSolidAllPaths ( this sclineRasToBmp, IImageReaderWriter destImage, ScanlineRasterizer sclineRas, Scanline scline, VertexStore vxs, Drawing colors, int path_id, int num_paths ) : void
sclineRasToBmp this
destImage IImageReaderWriter
sclineRas ScanlineRasterizer
scline Scanline
vxs VertexStore
colors Drawing
path_id int
num_paths int
return void