Skip to main content

ScreenFrameGetParams

Namespace: Busy.Bar

Selects which display to capture a frame from.

public sealed record class ScreenFrameGetParams : System.IEquatable`1[[Busy.Bar.ScreenFrameGetParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → ScreenFrameGetParams
Implements IEquatable<ScreenFrameGetParams>
Attributes NullableContextAttribute, NullableAttribute

Properties

Display

Display to capture: 0 for front, 1 for back.

public int Display { get; init; }

Property Value

Int32

Constructors

ScreenFrameGetParams(Int32)

Selects which display to capture a frame from.

public ScreenFrameGetParams(int Display)

Parameters

Display Int32
Display to capture: 0 for front, 1 for back.