Class WindowCaptureTriggerProperties
Inheritance
Implements
Inherited Members
Namespace: EyeAuras.OpenCVAuras.Triggers.WindowCapture
Assembly: EyeAuras.OpenCVAuras.Metadata.dll
Syntax
public abstract record WindowCaptureTriggerProperties : AuraTriggerPropertiesBase, IEquatable<AuraPropertiesBase>, IEquatable<AuraTriggerPropertiesBase>, IWindowCaptureTriggerProperties, IAuraTriggerProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<WindowCaptureTriggerProperties>
Constructors
Name | Description |
---|---|
WindowCaptureTriggerProperties() | |
WindowCaptureTriggerProperties(WindowCaptureTriggerProperties) |
Properties
Name | Description |
---|---|
CaptureBorderless | Enables capturing of borderless windows, useful for applications with custom window styles. |
CaptureCursor | Indicates whether the cursor should be included in the window capture. |
CaptureSourceName | The name of the source to be captured, such as a specific window or screen. |
EnablePreview | Enables or disables the preview of the captured window image. |
EqualityContract | |
ForceRegionCapture | Forces the capture of a specified region of the window, regardless of other settings. |
ImageEffectsPipeline | Specifies the properties for the image effects pipeline, which can be applied to the captured image. |
MaxFramesPerSecond | The maximum frames per second rate at which the window capture should operate. |
MinFramesPerSecond | The minimum frames per second rate at which the window capture should operate. |
TargetWindowRegion | Defines the region of the target window to be captured, specified in complex position properties format. |
WindowMatchParams | Defines the parameters for matching the window to be captured, using a window match expression. |
WindowRegion |
Methods
Name | Description |
---|---|
Equals(WindowCaptureTriggerProperties?) | |
Equals(AuraTriggerPropertiesBase?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(WindowCaptureTriggerProperties?, WindowCaptureTriggerProperties?) | |
operator !=(WindowCaptureTriggerProperties?, WindowCaptureTriggerProperties?) |