PLC.GradientRectangle.DrawSelf C# (CSharp) Method

DrawSelf() public method

public DrawSelf ( DrawEvent de ) : void
de NewTOAPIA.UI.DrawEvent
return void
		public override void DrawSelf(DrawEvent de)
		{
            IGraphPort graphPort = de.GraphPort;

            graphPort.DrawGradientRectangle(fGradient);
            graphPort.DrawRectangle(fBorderPen, fBorder);
		}