BExplorer.Shell.Interop.Gdi32.SIZE.SIZE C# (CSharp) Method

SIZE() public method

public SIZE ( int cx, int cy ) : System
cx int
cy int
return System
			public SIZE(int cx, int cy) {
				this.cx = cx;
				this.cy = cy;
			}
		}
Gdi32.SIZE