C# 클래스 KBS2.Blueprint

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

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Rooms List

공개 메소드들

메소드 설명
Blueprint ( string name ) : System
Clone ( ) : Blueprint
DeleteCorner ( Corner delCorner ) : void
DeleteRoom ( Room delRoom ) : void
DeleteWall ( ) : void
GetCornerAtPoint ( PointF loc, float radius ) : Corner
GetRoomAtPoint ( PointF loc ) : Room
GetWallAtPoint ( PointF loc, float radius ) : Wall

메소드 상세

Blueprint() 공개 메소드

public Blueprint ( string name ) : System
name string
리턴 System

Clone() 공개 메소드

public Clone ( ) : Blueprint
리턴 Blueprint

DeleteCorner() 공개 메소드

public DeleteCorner ( Corner delCorner ) : void
delCorner Corner
리턴 void

DeleteRoom() 공개 메소드

public DeleteRoom ( Room delRoom ) : void
delRoom KBS2.Models.Room
리턴 void

DeleteWall() 공개 메소드

public DeleteWall ( ) : void
리턴 void

GetCornerAtPoint() 공개 메소드

public GetCornerAtPoint ( PointF loc, float radius ) : Corner
loc System.Drawing.PointF
radius float
리턴 Corner

GetRoomAtPoint() 공개 메소드

public GetRoomAtPoint ( PointF loc ) : Room
loc System.Drawing.PointF
리턴 KBS2.Models.Room

GetWallAtPoint() 공개 메소드

public GetWallAtPoint ( PointF loc, float radius ) : Wall
loc System.Drawing.PointF
radius float
리턴 Wall

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Rooms 공개적으로 프로퍼티

public List Rooms
리턴 List