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

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

Syntax

C#
public bool RightOf(
	XNACS1Primitive otherPrimitive
)

Parameters

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

Return Value

True: if the center's x value of this primitive is larger than the x value of the max bound of the otherPrimitive.

See Also