TOAPI.Types.GRADIENT_RECT.GRADIENT_RECT C# (CSharp) Method

GRADIENT_RECT() public method

public GRADIENT_RECT ( uint upLeft, uint lowRight ) : System
upLeft uint
lowRight uint
return System
		public GRADIENT_RECT(uint upLeft, uint lowRight)
		{
			UpperLeft = upLeft;
			LowerRight = lowRight;
		}
	}
GRADIENT_RECT