VisioForge (c) 2025

Search Results for

    Class D3D11VideoRendererSettings

    Direct3D 11 video renderer settings.

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

    Properties

    Adapter

    Gets or sets the adapter index for creating device (-1 for default).

    Declaration
    public int Adapter { get; set; }
    Property Value
    Type Description
    int

    The adapter.

    DrawReceivedEventHandlerDelegate

    Gets or sets the draw received event handler delegate.

    Declaration
    public DrawReceivedEventHandler DrawReceivedEventHandlerDelegate { get; set; }
    Property Value
    Type Description
    DrawReceivedEventHandler

    The draw received event handler delegate.

    EnableNavigationEvents

    Gets or sets a value indicating whether navigation events are sent upstream.

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

    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

    Fullscreen

    Gets or sets a value indicating whether full screen enabled. Ignored when "FullscreenToggleMode" does not include "Property".

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

    true if [full screen]; otherwise, false.

    FullscreenToggleMode

    Gets or sets the fullscreen toggle mode used to trigger fullscreen mode change.

    Declaration
    public D3D11WindowFullscreenToggleMode FullscreenToggleMode { get; set; }
    Property Value
    Type Description
    D3D11WindowFullscreenToggleMode