Show / Hide Table of Contents

Interface ICaptureRegion

Represents a capture region with a specified output pixel format.

Namespace: Zaya.Screenshot.Models
Assembly: Zaya.Screenshot.dll
Syntax
public interface ICaptureRegion

Properties

| Edit this page View Source

PixelFormat

Gets the desired pixel format for the captured frame.

Declaration
PixelFormat PixelFormat { get; }
Property Value
Type Description
PixelFormat
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX