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
doubleThe X-coordinate of the left edge.
top
doubleThe Y-coordinate of the top edge.
right
doubleThe X-coordinate of the right edge.
bottom
doubleThe Y-coordinate of the bottom edge.