Show / Hide Table of Contents

Constructor RECT.RECT


Overload

Sets all fields.

[JsonConstructor]
public RECT(int left, int top, int width, int height)
Parameters
left  (int)
top  (int)
width  (int)
height  (int)

Remarks

Sets right = left + width; bottom = top + height;. To specify right/bottom instead of width/height, use RECT.FromLTRB instead.