'Declaration Public Sub Line( _ ByVal x1 As Integer, _ ByVal y1 As Integer, _ ByVal x2 As Integer, _ ByVal y2 As Integer, _ ByVal color As Color _ )
public void Line( int x1, int y1, int x2, int y2, Color color )
GraphicsUtils.GdiDc Class GraphicsUtils.GdiDc Members