EgtInterface 2.3k1 :

- aggiunta interfaccia per EgtChangePhotoCenterAsFlatScan.
This commit is contained in:
DarioS
2021-11-16 06:26:56 +01:00
parent 764fe1a464
commit 6c607bde1b
2 changed files with 9 additions and 0 deletions
+9
View File
@@ -100,6 +100,15 @@ __stdcall EgtGetPhotoCenter( int nId, double ptCen[3])
return TRUE ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtChangePhotoCenterAsFlatScan( int nId)
{
return ( ExeChangePhotoCenterAsFlatScan( nId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtGetPhotoDimensions( int nId, double* pdDimX, double* pdDimY)