XNACS1Lib: CSS490 Spring 2011
Returns if the center of this primitive is "above" (in y) in relation to the center of otherPrimitive.

Namespace: XNACS1Lib
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0

Syntax

C#
public bool Above(
	XNACS1Primitive otherPrimitive
)

Parameters

otherPrimitive
Type: XNACS1Lib..::..XNACS1Primitive
the other primitive.

Return Value

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

See Also