Class ImageViewInteractive
Interactive image viewer
Inherited Members
Namespace: Terminaux.Images.Interactives
Assembly: Terminaux.Images.dll
Syntax
public class ImageViewInteractive : TextualUI
Methods
| Edit this page View SourceOpenInteractive(MagickImage, InteractiveTuiSettings?)
Opens an interactive image viewer
Declaration
public static void OpenInteractive(MagickImage image, InteractiveTuiSettings? settings = null)
Parameters
Type | Name | Description |
---|---|---|
MagickImage | image | Target image to show |
InteractiveTuiSettings | settings | TUI settings |
Render()
Renders this interactive textual UI
Declaration
public override string Render()
Returns
Type | Description |
---|---|
string | A string generated by this function for the RunTui(TextualUI?) function to render to the console |
Overrides
Remarks
Generated sequence, which will be used for rendering, has lower priority than Renderables, so any renderable container specified in that property will overwrite what's been rendered.