IterationCount(UInt64, IterationType) Constructor
Initializes a new instance of the IterationCount struct.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IterationCount(
ulong value,
IterationType type
)
Public Sub New (
value As ULong,
type As IterationType
)
new :
value : uint64 *
type : IterationType -> IterationCount
Parameters
- UInt64
- The size of the IterationCount.
- IterationType
- The unit of the IterationCount.
See Also
Reference
IterationCount Structure
IterationCount Overload
Avalonia.Animation Namespace