PathPrimitive Constructor (Int32) |
Namespace: AGI.Foundation.Graphics
Exception | Condition |
---|---|
ArgumentOutOfRangeException | capacity must be greater than or equal to 0. |
After constructing the primitive, call a method such as AddFront or AddBack to provide it with positions.
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.