Table of Contents

Class FrameRenderedEventArgs

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Provides data about frame rendering related events

public class FrameRenderedEventArgs : EventArgs
Inheritance
object
FrameRenderedEventArgs
Inherited Members

Properties

RgbSurface

Gets the RGB surface used to render this frame

public RGBSurface RgbSurface { get; }

Property Value

RGBSurface

Texture

Gets the texture used to render this frame

public SKTexture Texture { get; }

Property Value

SKTexture