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

显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Properties

Property Type Description
bits int[]
height int
rowSize int
width int

Public Methods

Method Description
BitMatrix ( int dimension ) : System
BitMatrix ( int width, int height ) : System
Clear ( ) : void
Flip ( int x, int y ) : void
Get ( int x, int y ) : bool
GetDimension ( ) : int
GetHeight ( ) : int
GetRow ( int y, BitArray row ) : BitArray
GetWidth ( ) : int
Set ( int x, int y ) : void
SetRegion ( int left, int top, int width, int height ) : void
ToString ( ) : String

Method Details

BitMatrix() public method

public BitMatrix ( int dimension ) : System
dimension int
return System

BitMatrix() public method

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

Clear() public method

public Clear ( ) : void
return void

Flip() public method

public Flip ( int x, int y ) : void
x int
y int
return void

Get() public method

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

GetDimension() public method

public GetDimension ( ) : int
return int

GetHeight() public method

public GetHeight ( ) : int
return int

GetRow() public method

public GetRow ( int y, BitArray row ) : BitArray
y int
row BitArray
return BitArray

GetWidth() public method

public GetWidth ( ) : int
return int

Set() public method

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

SetRegion() public method

public SetRegion ( int left, int top, int width, int height ) : void
left int
top int
width int
height int
return void

ToString() public method

public ToString ( ) : String
return String

Property Details

bits public_oe property

public int[] bits
return int[]

height public_oe property

public int height
return int

rowSize public_oe property

public int rowSize
return int

width public_oe property

public int width
return int