XNACS1Lib: CSS490 Spring 2011
Determs if thePrimitive is already in the draw set.

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

Syntax

C#
public bool IsInDrawSet(
	XNACS1Primitive thePrimitive
)

Parameters

thePrimitive
Type: XNACS1Lib..::..XNACS1Primitive
Primitive to be tested

Return Value

True: if thePrmitive is already in the set, else returns False.

See Also