VAGSuite.MapViewerEx.SurfaceGraphViewChangedEventArgs.SurfaceGraphViewChangedEventArgs C# (CSharp) Метод

SurfaceGraphViewChangedEventArgs() публичный Метод

public SurfaceGraphViewChangedEventArgs ( int povx, int povy, int povz, int panx, int pany, double povd, string mapname ) : System
povx int
povy int
povz int
panx int
pany int
povd double
mapname string
Результат System
            public SurfaceGraphViewChangedEventArgs(int povx, int povy, int povz, int panx, int pany, double povd, string mapname)
            {
                this._pan_x = panx;
                this._pan_y = pany;
                this._pov_d = povd;
                this._pov_x = povx;
                this._pov_y = povy;
                this._pov_z = povz;
                this._mapname = mapname;
            }
MapViewerEx.SurfaceGraphViewChangedEventArgs