VisioForge (c) 2025

Search Results for

    Class GLVideoRendererSettings

    Class GLVideoRendererSettings.

    Inheritance
    object
    GLVideoRendererSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.OpenGL
    Assembly: VisioForge.Core.dll
    Syntax
    public class GLVideoRendererSettings

    Properties

    ForceAspectRatio

    Gets or sets a value indicating whether scaling will respect original aspect ratio.

    Declaration
    public bool ForceAspectRatio { get; set; }
    Property Value
    Type Description
    bool

    IgnoreAlpha

    Gets or sets a value indicating whether alpha will be ignored and converted to black.

    Declaration
    public bool IgnoreAlpha { get; set; }
    Property Value
    Type Description
    bool

    PixelAspectRatio

    Gets or sets the pixel aspect ratio of the device.

    Declaration
    public Tuple<int, int> PixelAspectRatio { get; set; }
    Property Value
    Type Description
    Tuple<int, int>

    Rotation

    Gets or sets the rotate method.

    Declaration
    public GLVideoRendererRotateMethod Rotation { get; set; }
    Property Value
    Type Description
    GLVideoRendererRotateMethod