C# Class ModernQR.Geom.SamplingGrid.AreaGrid

A grid for a single area
Exibir arquivo Open project: jgable/ModernQR

Public Methods

Method Description
AreaGrid ( SamplingGrid enclosingInstance, int width, int height ) : System
getXLine ( int x ) : System.Line
getYLine ( int y ) : System.Line
setXLine ( int x, System.Line line ) : void
setYLine ( int y, System.Line line ) : void

Private Methods

Method Description
InitBlock ( SamplingGrid enclosingInstance ) : void

Method Details

AreaGrid() public method

public AreaGrid ( SamplingGrid enclosingInstance, int width, int height ) : System
enclosingInstance SamplingGrid
width int
height int
return System

getXLine() public method

public getXLine ( int x ) : System.Line
x int
return System.Line

getYLine() public method

public getYLine ( int y ) : System.Line
y int
return System.Line

setXLine() public method

public setXLine ( int x, System.Line line ) : void
x int
line System.Line
return void

setYLine() public method

public setYLine ( int y, System.Line line ) : void
y int
line System.Line
return void