コード例 #1
0
ファイル: Camera.cs プロジェクト: iainlane/f-spot
        public CameraFilePath Capture(CameraCaptureType type, Context context)
        {
            CameraFilePath path;
            Error.CheckError (gp_camera_capture (this.Handle, type, out path, context.Handle));

            return path;
        }
コード例 #2
0
        public CameraFilePath Capture(CameraCaptureType type, Context context)
        {
            CameraFilePath path;

            Error.CheckError(gp_camera_capture(this.Handle, type, out path, context.Handle));

            return(path);
        }
コード例 #3
0
 internal static extern ErrorCode gp_camera_capture(HandleRef camera, CameraCaptureType type, out CameraFilePath path, HandleRef context);
コード例 #4
0
		internal static extern ErrorCode gp_camera_capture (HandleRef camera, CameraCaptureType type, out CameraFilePath path, HandleRef context);