CSS Logo XNACS1Lib Library Documentation
XNACS1PrimitiveSet Members

Game-Themed Introductory Programming Project   

XNACS1PrimitiveSet overview

Public Instance Constructors

XNACS1PrimitiveSet Constructor Defines a collection structure for storing a group of XNACS1Primitives (Circle, Rectangle, or other PrimitiveSet).

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