Table of Contents

Class SaveImageWindowEventArgs

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

保存截图事件数据

public class SaveImageWindowEventArgs : EventArgs
Inheritance
SaveImageWindowEventArgs
Inherited Members
Extension Methods

Constructors

SaveImageWindowEventArgs(string, string, string)

构造

public SaveImageWindowEventArgs(string filePath, string fileName, string fileFormat)

Parameters

filePath string

文件路径

fileName string

文件名称

fileFormat string

文件格式

Properties

FileFormat

文件格式

public string FileFormat { get; set; }

Property Value

string

FileName

文件名称

public string FileName { get; set; }

Property Value

string

FilePath

文件路径

public string FilePath { get; set; }

Property Value

string