CSS Logo XNACS1Lib Library Documentation
XNACS1Primitive.Below Method 

Game-Themed Introductory Programming Project   

Returns if the center of this primitive is "below" (in y) in relation to the center of otherPrimitive.

public bool Below(
   XNACS1Primitive otherPrmitive
);

Parameters

otherPrmitive
the other primitive.

Return Value

True: if the center's y value of this primitive is smaller than the y value of the min bound of otherPrimitive, returns false otherwise.

See Also

XNACS1Primitive Class | XNACS1Lib Namespace