C# Class ZForge.Motion.Core.PICClass

Inheritance: IFileClass
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

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

Method Details

ExportToFile() public méthode

public ExportToFile ( string fileName ) : bool
fileName string
Résultat bool

ExportToPath() public méthode

public ExportToPath ( string path ) : bool
path string
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

PICClass() public méthode

public PICClass ( string fileName, CameraClass owner ) : System
fileName string
owner CameraClass
Résultat System

Remove() public méthode

public Remove ( ) : bool
Résultat bool