C# 클래스 ZForge.Motion.Core.PICClass

상속: IFileClass
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
ExportToFile ( string fileName ) : bool
ExportToPath ( string path ) : bool
IsValid ( ) : bool
PICClass ( string fileName, CameraClass owner ) : System
Remove ( ) : bool

메소드 상세

ExportToFile() 공개 메소드

public ExportToFile ( string fileName ) : bool
fileName string
리턴 bool

ExportToPath() 공개 메소드

public ExportToPath ( string path ) : bool
path string
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

PICClass() 공개 메소드

public PICClass ( string fileName, CameraClass owner ) : System
fileName string
owner CameraClass
리턴 System

Remove() 공개 메소드

public Remove ( ) : bool
리턴 bool