Public Shared Sub DrawXORCircle( _ ByVal x1 As Integer, _ ByVal y1 As Integer, _ ByVal x2 As Integer, _ ByVal y2 As Integer, _ ByVal control As Control, _ ByVal applyOrtho As Boolean _ )
public static void DrawXORCircle( int x1, int y1, int x2, int y2, Control control, bool applyOrtho )
Type: int
Type: Control
Type: bool
Windows NT 4.0, Windows 98, Windows XP, Windows Server 2003, Windows Vista; Windows Server 2008 R2, Windows 7, Windows 10
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.