Animation<TValue,TKeyFrame>.GetParsedValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parsed TKeyFrame
values from Animation<TValue,TKeyFrame>.
protected abstract (TKeyFrame? To, TKeyFrame? From) GetParsedValues ();
abstract member GetParsedValues : unit -> ValueTuple<Nullable<'KeyFrame>, Nullable<'KeyFrame>>
Protected MustOverride Function GetParsedValues () As ValueTuple(Of Nullable(Of TKeyFrame), Nullable(Of TKeyFrame))
Returns
The parsed animation values as TKeyFrame
.