Table of Contents

Method FromBounds

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

FromBounds(Rectangle)

Creates an ellipse inscribed within the specified bounding rectangle.

public static Ellipse FromBounds(Rectangle bounds)

Parameters

bounds Rectangle

The bounding rectangle.

Returns

Ellipse

An ellipse centered in and inscribed within bounds.