Artemis Artemis
Artemis Artemis

Search Results for

    Class FrameRenderedEventArgs

    Provides data about frame rendering related events

    Inheritance
    object
    EventArgs
    FrameRenderedEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Artemis.Core
    Assembly: Artemis.Core.dll
    Syntax
    public class FrameRenderedEventArgs : EventArgs

    Properties

    RgbSurface

    Gets the RGB surface used to render this frame

    Declaration
    public RGBSurface RgbSurface { get; }
    Property Value
    Type Description
    RGBSurface

    Texture

    Gets the texture used to render this frame

    Declaration
    public SKTexture Texture { get; }
    Property Value
    Type Description
    SKTexture
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.