API Reference
Class
VisualStoryMediaSurface
Displays a resolved raster artifact with an optional vector representation.
Inheritance
- Object
- VisualStoryMediaSurface
Constructors
VisualStoryMediaSurface 2 overloads
VisualStoryMediaSurface(System.Byte[] arg1, System.String arg2, System.String arg3) #Initializes a raster artifact with an optional static SVG representation that has the same intrinsic aspect ratio.
Parameters
- arg1 System.Byte[]
- arg2 System.String
- arg3 System.String
VisualStoryMediaSurface(ChartForgeX.Raster.RgbaImage arg1, System.String arg2, System.String arg3) #Initializes an RGBA artifact with an optional static SVG representation that has the same intrinsic aspect ratio.
Parameters
- arg1 ChartForgeX.Raster.RgbaImage
- arg2 System.String
- arg3 System.String