API Reference
Class
TerminalStoryAnimationOptions
Configures animated raster export for a terminal story.
Inheritance
- Object
- TerminalStoryAnimationOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ChartExtensions.SaveApng
- Method ChartExtensions.SaveGif
- Method ChartExtensions.ToApng
- Method ChartExtensions.ToGif
Methods
Create() #Creates animation options with Discord-friendly defaults.
WithEndHold(System.Double arg1) #Sets how long the completed state remains visible.
Parameters
- arg1 System.Double
WithLoop(System.Boolean arg1) #Configures whether the animation repeats.
Parameters
- arg1 System.Boolean
WithMaximumFrames(System.Int32 arg1) #Sets the frame budget used to bound memory and file size.
Parameters
- arg1 System.Int32
WithOutputScale(System.Int32 arg1) #Sets the raster output density multiplier.
Parameters
- arg1 System.Int32