Method Push
Push(AffineTransform)
Stores the root transform passed as argument as the next trajectory element in the internal buffer. This method can be used in conjunction with Advance().
Declaration
public bool Push(AffineTransform transform)
Parameters
Type | Name | Description |
---|---|---|
AffineTransform | transform | Root transform to be stored in the trajectory buffer. |
Returns
Type | Description |
---|---|
bool |