Table of Contents

Method FromSize

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

FromSize(double, double, double, double, double)

Creates a rounded rectangle from position, size, and corner radius.

public static RoundedRectangle FromSize(double left, double top, double width, double height, double cornerRadius)

Parameters

left double
top double
width double
height double
cornerRadius double

Returns

RoundedRectangle