CompositePrimitive Constructor  | 
 
Initializes a default composite primitive.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CompositePrimitive()
public:
CompositePrimitive()
new : unit -> CompositePrimitive
Remarks
The primitive's properties are initialized to the following values:
        Once the primitive is constructed, it must be added to
        Primitives before it will be rendered.
      
See Also