C# Class ZForge.Motion.Core.PICClass

Inheritance: IFileClass
Mostra file Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
ExportToFile ( string fileName ) : bool
ExportToPath ( string path ) : bool
IsValid ( ) : bool
PICClass ( string fileName, CameraClass owner ) : System
Remove ( ) : bool

Method Details

ExportToFile() public method

public ExportToFile ( string fileName ) : bool
fileName string
return bool

ExportToPath() public method

public ExportToPath ( string path ) : bool
path string
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

PICClass() public method

public PICClass ( string fileName, CameraClass owner ) : System
fileName string
owner CameraClass
return System

Remove() public method

public Remove ( ) : bool
return bool