Show / Hide Table of Contents

Class FullScreenDesktopRegion

Represents a region that captures the entire desktop of a specific display.

Inheritance
object
FullScreenDesktopRegion
Implements
ICaptureRegion
IEquatable<FullScreenDesktopRegion>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Zaya.Screenshot.Models
Assembly: Zaya.Screenshot.dll
Syntax
public sealed record FullScreenDesktopRegion : ICaptureRegion, IEquatable<FullScreenDesktopRegion>

Properties

| Edit this page View Source

DisplayIndex

Gets the index of the target display. Default is 0 (primary display).

Declaration
public int DisplayIndex { get; init; }
Property Value
Type Description
int
| Edit this page View Source

PixelFormat

Gets the desired pixel format for the captured frame. Default is Bgra32.

Declaration
public PixelFormat PixelFormat { get; init; }
Property Value
Type Description
PixelFormat

Implements

ICaptureRegion
IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX