EgtInterface 2.5l6 :
- aggiunta interfaccia funzione EgtSetGridGeoAdv.
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user