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

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

공개 메소드들

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

메소드 상세

ByteMatrix() 공개 메소드

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

Clear() 공개 메소드

public Clear ( sbyte value ) : void
value sbyte
리턴 void

Get() 공개 메소드

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

GetArray() 공개 메소드

public GetArray ( ) : sbyte[][]
리턴 sbyte[][]

GetHeight() 공개 메소드

public GetHeight ( ) : int
리턴 int

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

Set() 공개 메소드

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

Set() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String