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

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ByteMatrix ( int width, int height ) : System
width int
height int
Résultat System

Clear() public méthode

public Clear ( sbyte value ) : void
value sbyte
Résultat void

Get() public méthode

public Get ( int x, int y ) : sbyte
x int
y int
Résultat sbyte

GetArray() public méthode

public GetArray ( ) : sbyte[][]
Résultat sbyte[][]

GetHeight() public méthode

public GetHeight ( ) : int
Résultat int

GetWidth() public méthode

public GetWidth ( ) : int
Résultat int

Set() public méthode

public Set ( int x, int y, int value ) : void
x int
y int
value int
Résultat void

Set() public méthode

public Set ( int x, int y, sbyte value ) : void
x int
y int
value sbyte
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String