UtilDrawingDrawEllipseOnScreen(Screen, Rectangle, Color, Int32) Method

Draw a ellipse on the specified device screen.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void DrawEllipseOnScreen(
	Screen screen,
	Rectangle rc,
	Color borderColor,
	int borderWidth
)

Parameters

screen  Screen
The device screen where to draw the ellipse.
rc  Rectangle
A Rectangle structure that represents the size and position of the ellipse to draw.
borderColor  Color
The border color of the ellipse.
borderWidth  Int32
The border width of the ellipse.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also