PLC.GradientRectangle.GradientRectangle C# (CSharp) Method

GradientRectangle() public method

public GradientRectangle ( ) : System
return System
		public GradientRectangle()
			: this(0, 0, 1, 1, RGBColor.Black, RGBColor.White, RGBColor.Black, 90)
		{
		}

Same methods

GradientRectangle::GradientRectangle ( int x, int y, int width, int height, uint colorBegin, uint colorEnd, uint colorBorder, float angle ) : System