Class FullScreenDesktopRegion
Represents a region that captures the entire desktop of a specific display.
Inherited Members
Namespace: Zaya.Screenshot.Models
Assembly: Zaya.Screenshot.dll
Syntax
public sealed record FullScreenDesktopRegion : ICaptureRegion, IEquatable<FullScreenDesktopRegion>
Properties
| Edit this page View SourceDisplayIndex
Gets the index of the target display. Default is 0 (primary display).
Declaration
public int DisplayIndex { get; init; }
Property Value
| Type | Description |
|---|---|
| int |
PixelFormat
Gets the desired pixel format for the captured frame. Default is Bgra32.
Declaration
public PixelFormat PixelFormat { get; init; }
Property Value
| Type | Description |
|---|---|
| PixelFormat |