Include :

- aggiornamento interfaccia.
This commit is contained in:
Dario Sassi
2017-02-15 08:13:50 +00:00
parent 9b707055a4
commit 3b3903d7ef
+1 -1
View File
@@ -130,7 +130,7 @@ class IEGrScene
virtual bool GetTextureDimensions( const std::string& sName, double& dDimX, double& dDimY) const = 0 ;
virtual bool ChangeTextureDimensions( const std::string& sName, double dDimX, double dDimY) = 0 ;
// Image
virtual bool GetImage( int nShowMode, bool bShowGrid, bool bShowFrame, Color colBackTop, Color colBackBottom,
virtual bool GetImage( int nShowMode, Color colBackTop, Color colBackBottom,
int nDestWidth, int nDestHeight, const std::string& sFile) = 0 ;
} ;