C# 클래스 MeshRenderer.Core.BoundingBox

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

공개 프로퍼티들

프로퍼티 타입 설명
Bottom float
Left float
Right float
Top float

공개 메소드들

메소드 설명
BoundingBox ( float left, float right, float bottom, float top ) : System
Reset ( ) : void
Update ( Point pt ) : void
Update ( PointF pt ) : void
Update ( double x, double y ) : void

메소드 상세

BoundingBox() 공개 메소드

public BoundingBox ( float left, float right, float bottom, float top ) : System
left float
right float
bottom float
top float
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Point pt ) : void
pt Point
리턴 void

Update() 공개 메소드

public Update ( PointF pt ) : void
pt System.Drawing.PointF
리턴 void

Update() 공개 메소드

public Update ( double x, double y ) : void
x double
y double
리턴 void

프로퍼티 상세

Bottom 공개적으로 프로퍼티

public float Bottom
리턴 float

Left 공개적으로 프로퍼티

public float Left
리턴 float

Right 공개적으로 프로퍼티

public float Right
리턴 float

Top 공개적으로 프로퍼티

public float Top
리턴 float