C# 클래스 Bacterium.MyPoint

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

공개 프로퍼티들

프로퍼티 타입 설명
DARK int
HEIGHT int
LIGHT int
WIDTH int

공개 메소드들

메소드 설명
BringToFront ( ) : void
MyPoint ( Cell cell, int side, int i, int j ) : System
SetNewLocation ( int x, int y ) : void
SetToBack ( ) : void

메소드 상세

BringToFront() 공개 메소드

public BringToFront ( ) : void
리턴 void

MyPoint() 공개 메소드

public MyPoint ( Cell cell, int side, int i, int j ) : System
cell Cell
side int
i int
j int
리턴 System

SetNewLocation() 공개 메소드

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

SetToBack() 공개 메소드

public SetToBack ( ) : void
리턴 void

프로퍼티 상세

DARK 공개적으로 정적으로 프로퍼티

public static int DARK
리턴 int

HEIGHT 공개적으로 정적으로 프로퍼티

public static int HEIGHT
리턴 int

LIGHT 공개적으로 정적으로 프로퍼티

public static int LIGHT
리턴 int

WIDTH 공개적으로 정적으로 프로퍼티

public static int WIDTH
리턴 int