ScreenshotFormat 枚举

定义

读取屏幕截图图像的可能格式。

public enum class ScreenshotFormat
public enum ScreenshotFormat
type ScreenshotFormat = 
Public Enum ScreenshotFormat
继承
ScreenshotFormat

字段

名称 说明
Png 0

以 PNG 图像的形式读取屏幕截图图像。

Jpeg 1

以 JPEG 图像的形式读取屏幕截图图像。

适用于