Table of Contents

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 string

Location of the exported file.

ext string

Optional extension, must be supported by https://imagemagick.org.