Class Frame
- Namespace
- RenderSharp
- Assembly
- RenderSharp.dll
Represents a single frame of a render that can be exported as an image.
public class Frame
- Inheritance
-
Frame
- Inherited Members
Methods
Output(string, string)
Exports the frame with the given extension (if supported by https://imagemagick.org).
public void Output(string filename, string ext = "png")
Parameters
filename
stringLocation of the exported file.
ext
stringOptional extension, must be supported by https://imagemagick.org.