C# Class PixelFarm.Agg.FloodFill.Range

ファイルを表示 Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
endX int
startX int
y int

Public Methods

Method Description
Range ( int startX, int endX, int y ) : PixelFarm.Drawing

Method Details

Range() public method

public Range ( int startX, int endX, int y ) : PixelFarm.Drawing
startX int
endX int
y int
return PixelFarm.Drawing

Property Details

endX public_oe property

public int endX
return int

startX public_oe property

public int startX
return int

y public_oe property

public int y
return int