CSS Logo XNACS1Lib Library Documentation
XNACS1PrimitiveSet Methods

Game-Themed Introductory Programming Project   

The methods of the XNACS1PrimitiveSet class are listed below. For a complete list of XNACS1PrimitiveSet class members, see the XNACS1PrimitiveSet Members topic.

Public Instance Methods

AddAllToAutoDraw Add all primitives in the set to the AutoDrawSet. If the primitives in this set are already in the AutoDrawSet then nothing will happen.
AddToSet Adds the thePrimitive to this set.
IsInDrawSet Determs if thePrimitive is already in the draw set.
RemoveAllFromAutoDrawSet Remove all primitives in this set from the AutoDrawSet. After this call, none of the primitives in this set will be visible in the appliation window.
RemoveAllFromSet Remove all the prmitives from this set. Will aslo remove all the primitives from the AutoDrawSet.
RemoveFromSet Remove thePrimitive from this set. Will also remove the primitive from the AutoDrawSet.
SetSize Returns the number of primitives in this set.

See Also

XNACS1PrimitiveSet Class | XNACS1Lib Namespace