Relative.DrawInfo.DrawInfo C# (CSharp) Méthode

DrawInfo() public méthode

public DrawInfo ( int w, int h, Graphics g ) : System
w int
h int
g System.Drawing.Graphics
Résultat System
        public DrawInfo(int w, int h, Graphics g)
        {
            mWidth = w;
            mHeight = h;
            mGraphics = g;
        }