VAGSuite.MapViewerEx.SurfaceGraphViewChangedEventArgsEx.SurfaceGraphViewChangedEventArgsEx C# (CSharp) Méthode

SurfaceGraphViewChangedEventArgsEx() public méthode

public SurfaceGraphViewChangedEventArgsEx ( float depthx, float depthy, float zoom, float rotation, float elevation, string mapname ) : System
depthx float
depthy float
zoom float
rotation float
elevation float
mapname string
Résultat System
            public SurfaceGraphViewChangedEventArgsEx(float depthx, float depthy, float zoom, float rotation, float elevation, string mapname)
            {
                this._depthx = depthx;
                this._depthy = depthy;
                this._zoom = zoom;
                this._rotation = rotation;
                this._elevation = elevation;
                this._mapname = mapname;
            }
MapViewerEx.SurfaceGraphViewChangedEventArgsEx