Method FromSize
- Namespace
- LMKit.Extraction.Layout
- Assembly
- LM-Kit.NET.dll
FromSize(double, double, double, double)
Creates a new rectangle from a starting coordinate and size.
public static Rectangle FromSize(double left, double top, double width, double height)
Parameters
left
doubleThe X-coordinate of the left edge.
top
doubleThe Y-coordinate of the top edge.
width
doubleThe width of the rectangle.
height
doubleThe height of the rectangle.