TimeIntervalGraphicsParameterT Constructor (TimeIntervalCollectionT) |
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalGraphicsParameter(
TimeIntervalCollection<T> interval
)
Public Sub New (
interval As TimeIntervalCollection(Of T)
)
public:
TimeIntervalGraphicsParameter(
TimeIntervalCollection<T>^ interval
)
new :
interval : TimeIntervalCollection<'T> -> TimeIntervalGraphicsParameter
Parameters
- interval
- Type: AGI.Foundation.TimeTimeIntervalCollectionT
The interval to use.
See Also