C# 클래스 ProtoTurtle.BitmapDrawing.BitmapDrawingExtensions.Flat2DArray

파일 보기 프로젝트 열기: abagames/pongpector

공개 프로퍼티들

프로퍼티 타입 설명
data Color[]

공개 메소드들

메소드 설명
Flat2DArray ( int height, int width, Color data ) : System
this ( int x, int y ) : Color

메소드 상세

Flat2DArray() 공개 메소드

public Flat2DArray ( int height, int width, Color data ) : System
height int
width int
data Color
리턴 System

this() 공개 메소드

public this ( int x, int y ) : Color
x int
y int
리턴 Color

프로퍼티 상세

data 공개적으로 프로퍼티

public Color[] data
리턴 Color[]