Table of Contents

Method FromCoordinates

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

FromCoordinates(double, double, double, double, double)

Creates a rounded rectangle from edge coordinates and corner radius.

public static RoundedRectangle FromCoordinates(double left, double top, double right, double bottom, double cornerRadius)

Parameters

left double
top double
right double
bottom double
cornerRadius double

Returns

RoundedRectangle