EgtInterface 1.9b2 :
- aggiunte funzioni EgtZoomRadius e EgtZoomObject.
This commit is contained in:
@@ -318,6 +318,20 @@ __stdcall EgtZoom( int nZoom, BOOL bRedraw)
|
||||
return ( ExeZoom( nZoom, ( bRedraw != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtZoomRadius( double dRadius, BOOL bRedraw)
|
||||
{
|
||||
return ( ExeZoomRadius( dRadius, ( bRedraw != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtZoomObject( int nId, BOOL bRedraw)
|
||||
{
|
||||
return ( ExeZoomObject( nId, ( bRedraw != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtZoomOnPoint( int nWinX, int nWinY, double dCoeff, BOOL bRedraw)
|
||||
|
||||
Reference in New Issue
Block a user