C# Class PixelFarm.Agg.ScanlineRasterizer.CellAARasterizer.QuickSort

Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
Sort ( CellAA dataToSort ) : void
Sort ( CellAA dataToSort, int beg, int end ) : void

Private Methods

Method Description
GetPivotPoint ( CellAA dataToSort, int begPoint, int endPoint ) : int

Method Details

Sort() public static method

public static Sort ( CellAA dataToSort ) : void
dataToSort CellAA
return void

Sort() public static method

public static Sort ( CellAA dataToSort, int beg, int end ) : void
dataToSort CellAA
beg int
end int
return void