Relative.DrawInfo.DrawInfo C# (CSharp) Метод

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

public DrawInfo ( int w, int h, Graphics g ) : System
w int
h int
g System.Drawing.Graphics
Результат System
        public DrawInfo(int w, int h, Graphics g)
        {
            mWidth = w;
            mHeight = h;
            mGraphics = g;
        }