Relative.DrawInfo.DrawInfo C# (CSharp) Method

DrawInfo() public method

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