Creates the round rect path.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static GraphicsPath CreateRoundRectPath(
	Rectangle rect,
	Size size
)
Visual Basic (Declaration)
Public Shared Function CreateRoundRectPath ( _
	rect As Rectangle, _
	size As Size _
) As GraphicsPath
Visual C++
public:
static GraphicsPath^ CreateRoundRectPath(
	Rectangle rect, 
	Size size
)

Parameters

rect
Type: System.Drawing..::.Rectangle
The rectangle on which graphics path will be spanned.
size
Type: System.Drawing..::.Size
The size of rounded rectangle edges.

Return Value

[Missing <returns> documentation for "M:CoreDevices.DeviceControls.ColorSlider.CreateRoundRectPath(System.Drawing.Rectangle,System.Drawing.Size)"]

See Also