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