C# 클래스 SimpleSoccer.Net.Region

파일 보기 프로젝트 열기: soshimozi/SimpleSoccer.Net

공개 메소드들

메소드 설명
GetRandomPosition ( ) : Vector2D
IsPositionInside ( Vector2D position ) : bool
IsPositionInside ( Vector2D position, RegionModifier modifier ) : bool
Region ( ) : System
Region ( double top, double bottom, double left, double right ) : System
Render ( bool showId, Graphics g ) : void

메소드 상세

GetRandomPosition() 공개 메소드

public GetRandomPosition ( ) : Vector2D
리턴 Vector2D

IsPositionInside() 공개 메소드

public IsPositionInside ( Vector2D position ) : bool
position Vector2D
리턴 bool

IsPositionInside() 공개 메소드

public IsPositionInside ( Vector2D position, RegionModifier modifier ) : bool
position Vector2D
modifier RegionModifier
리턴 bool

Region() 공개 메소드

public Region ( ) : System
리턴 System

Region() 공개 메소드

public Region ( double top, double bottom, double left, double right ) : System
top double
bottom double
left double
right double
리턴 System

Render() 공개 메소드

public Render ( bool showId, Graphics g ) : void
showId bool
g System.Drawing.Graphics
리턴 void