C# Class NScumm.Scumm.BoxCoords

Box coordinates.
Show file Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
LowerLeft Point
LowerRight Point
UpperLeft Point
UpperRight Point

Public Methods

Method Description
InBoxQuickReject ( Point p, int threshold ) : bool

Method Details

InBoxQuickReject() public method

public InBoxQuickReject ( Point p, int threshold ) : bool
p Point
threshold int
return bool

Property Details

LowerLeft public property

public Point LowerLeft
return Point

LowerRight public property

public Point LowerRight
return Point

UpperLeft public property

public Point UpperLeft
return Point

UpperRight public property

public Point UpperRight
return Point