Table of Contents

Method FromCoordinates

Namespace
LMKit.Extraction.Layout
Assembly
LM-Kit.NET.dll

FromCoordinates(double, double, double, double)

Creates a new rectangle from its edge coordinates.

public static Rectangle FromCoordinates(double left, double top, double right, double bottom)

Parameters

left double

The X-coordinate of the left edge.

top double

The Y-coordinate of the top edge.

right double

The X-coordinate of the right edge.

bottom double

The Y-coordinate of the bottom edge.

Returns

Rectangle

A new Rectangle instance.