C# 클래스 iTextSharp.text.pdf.qrcode.BitMatrix

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bits int[]
height int
rowSize int
width int

공개 메소드들

메소드 설명
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

메소드 상세

BitMatrix() 공개 메소드

public BitMatrix ( int dimension ) : System
dimension int
리턴 System

BitMatrix() 공개 메소드

public BitMatrix ( int width, int height ) : System
width int
height int
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Flip() 공개 메소드

public Flip ( int x, int y ) : void
x int
y int
리턴 void

Get() 공개 메소드

public Get ( int x, int y ) : bool
x int
y int
리턴 bool

GetDimension() 공개 메소드

public GetDimension ( ) : int
리턴 int

GetHeight() 공개 메소드

public GetHeight ( ) : int
리턴 int

GetRow() 공개 메소드

public GetRow ( int y, BitArray row ) : BitArray
y int
row BitArray
리턴 BitArray

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

Set() 공개 메소드

public Set ( int x, int y ) : void
x int
y int
리턴 void

SetRegion() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

bits 공개적으로 프로퍼티

public int[] bits
리턴 int[]

height 공개적으로 프로퍼티

public int height
리턴 int

rowSize 공개적으로 프로퍼티

public int rowSize
리턴 int

width 공개적으로 프로퍼티

public int width
리턴 int