Dalssoft.DiagramNet.NodeElement.DrawConnectors C# (CSharp) Метод

DrawConnectors() защищенный Метод

protected DrawConnectors ( Graphics g ) : void
g System.Drawing.Graphics
Результат void
		protected void DrawConnectors(Graphics g)
		{
			foreach (ConnectorElement ce in connects)
			{
				ce.Draw(g);
			}
		}