C# 클래스 Shed.Pixels

파일 보기 프로젝트 열기: kiniry-teaching/UCD 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_pixels ].Pixel[
_shape Shape

공개 메소드들

메소드 설명
CalculateNeighbours ( ) : void
CreatePixels ( int w, int h ) : void
Pixels ( Shape shape ) : System

비공개 메소드들

메소드 설명
AddNeighbour ( int x, int y, Pixel n ) : void
CalculateNeighbour ( int cx, int cy, float r ) : void

메소드 상세

CalculateNeighbours() 공개 메소드

public CalculateNeighbours ( ) : void
리턴 void

CreatePixels() 공개 메소드

public CreatePixels ( int w, int h ) : void
w int
h int
리턴 void

Pixels() 공개 메소드

public Pixels ( Shape shape ) : System
shape Shape
리턴 System

프로퍼티 상세

_pixels 보호되어 있는 프로퍼티

protected Pixel[,] _pixels
리턴 ].Pixel[

_shape 보호되어 있는 프로퍼티

protected Shape,Shed _shape
리턴 Shape