nw::ut::Rect::Rect Constructor

Syntax

Rect(
     f32 l,
     f32 t,
     f32 r,
     f32 b
);

Arguments

Name Description
in l Left coordinate of the rectangle.
in t Upper coordinate of the rectangle.
in r Right coordinate of the rectangle.
in b Lower coordinate of the rectangle.

Description

Constructor.


CONFIDENTIAL