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

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

Syntax

C#
public bool LeftOf(
	XNACS1Primitive otherPrimitive
)

Parameters

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

Return Value

True: if the center's x value of this primitive is smaller than the x value of the min bound of otherPrimitive

See Also