C# Class PixelFarm.Agg.FloodFill.Range

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Свойство Type Description
endX int
startX int
y int

Méthodes publiques

Méthode Description
Range ( int startX, int endX, int y ) : PixelFarm.Drawing

Method Details

Range() public méthode

public Range ( int startX, int endX, int y ) : PixelFarm.Drawing
startX int
endX int
y int
Résultat PixelFarm.Drawing

Property Details

endX public_oe property

public int endX
Résultat int

startX public_oe property

public int startX
Résultat int

y public_oe property

public int y
Résultat int