EgtInterface 2.5l6 :

- aggiunta interfaccia funzione EgtSetGridGeoAdv.
This commit is contained in:
Dario Sassi
2024-01-09 18:31:52 +01:00
parent d1f288ab3d
commit 0bb16b71f5
2 changed files with 8 additions and 0 deletions
+8
View File
@@ -113,6 +113,14 @@ __stdcall EgtSetGridGeo( double dSnapStep, int nMinLineSstep, int nMajLineSstep,
return ( ExeSetGridGeo( dSnapStep, nMinLineSstep, nMajLineSstep, nExtSstep) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetGridGeoAdv( double dSnapStep, int nMinLineSstep, int nMajLineSstep,
double dXmin, double dXmax, double dYmin, double dYmax)
{
return ( ExeSetGridGeoAdv( dSnapStep, nMinLineSstep, nMajLineSstep, dXmin, dXmax, dYmin, dYmax) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetGridColor( const int nMinCol[4], const int nMajCol[4])