C# Class NScumm.Scumm.BoxCoords

Box coordinates.
显示文件 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_oe property

public Point LowerLeft
return Point

LowerRight public_oe property

public Point LowerRight
return Point

UpperLeft public_oe property

public Point UpperLeft
return Point

UpperRight public_oe property

public Point UpperRight
return Point