C# Class NScumm.Scumm.BoxCoords

Box coordinates.
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Свойство Type Description
LowerLeft Point
LowerRight Point
UpperLeft Point
UpperRight Point

Méthodes publiques

Méthode Description
InBoxQuickReject ( Point p, int threshold ) : bool

Method Details

InBoxQuickReject() public méthode

public InBoxQuickReject ( Point p, int threshold ) : bool
p Point
threshold int
Résultat bool

Property Details

LowerLeft public_oe property

public Point LowerLeft
Résultat Point

LowerRight public_oe property

public Point LowerRight
Résultat Point

UpperLeft public_oe property

public Point UpperLeft
Résultat Point

UpperRight public_oe property

public Point UpperRight
Résultat Point