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

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
Sort ( CellAA dataToSort ) : void
Sort ( CellAA dataToSort, int beg, int end ) : void

Private Methods

Méthode Description
GetPivotPoint ( CellAA dataToSort, int begPoint, int endPoint ) : int

Method Details

Sort() public static méthode

public static Sort ( CellAA dataToSort ) : void
dataToSort CellAA
Résultat void

Sort() public static méthode

public static Sort ( CellAA dataToSort, int beg, int end ) : void
dataToSort CellAA
beg int
end int
Résultat void