C# Class iTextSharp.text.pdf.qrcode.ByteMatrix

Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
ByteMatrix ( int width, int height ) : System
Clear ( sbyte value ) : void
Get ( int x, int y ) : sbyte
GetArray ( ) : sbyte[][]
GetHeight ( ) : int
GetWidth ( ) : int
Set ( int x, int y, int value ) : void
Set ( int x, int y, sbyte value ) : void
ToString ( ) : String

Method Details

ByteMatrix() public method

public ByteMatrix ( int width, int height ) : System
width int
height int
return System

Clear() public method

public Clear ( sbyte value ) : void
value sbyte
return void

Get() public method

public Get ( int x, int y ) : sbyte
x int
y int
return sbyte

GetArray() public method

public GetArray ( ) : sbyte[][]
return sbyte[][]

GetHeight() public method

public GetHeight ( ) : int
return int

GetWidth() public method

public GetWidth ( ) : int
return int

Set() public method

public Set ( int x, int y, int value ) : void
x int
y int
value int
return void

Set() public method

public Set ( int x, int y, sbyte value ) : void
x int
y int
value sbyte
return void

ToString() public method

public ToString ( ) : String
return String