System.Windows.Forms.XplatUICarbon.DrawReversibleLine C# (CSharp) Method

DrawReversibleLine() private method

private DrawReversibleLine ( Point start, Point end, Color backColor ) : void
start Point
end Point
backColor Color
return void
		internal override void DrawReversibleLine(Point start, Point end, Color backColor) {
//			throw new NotImplementedException();
		}
XplatUICarbon