VisioForge (c) 2025

Search Results for

    Class WindowCaptureEventArgs

    Event args for window capture selection.

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

    Constructors

    WindowCaptureEventArgs(string, nint)

    Initializes a new instance of the WindowCaptureEventArgs class.

    Declaration
    public WindowCaptureEventArgs(string caption, nint handle)
    Parameters
    Type Name Description
    string caption

    Caption.

    nint handle

    Handle.

    Properties

    Caption

    Gets caption.

    Declaration
    public string Caption { get; }
    Property Value
    Type Description
    string

    Handle

    Gets handle.

    Declaration
    public nint Handle { get; }
    Property Value
    Type Description
    nint