EgtInterface 2.3k1 :
- aggiunta interfaccia per EgtChangePhotoCenterAsFlatScan.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user