Class WindowCaptureEventArgs
Event args for window capture selection.
Inherited Members
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 |