nn::util::Rect::Rect Constructor

Syntax

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

Arguments

Name Description
in l The rectangle's left coordinate.
in t The rectangle's top coordinate.
in r The rectangle's right coordinate.
in b The rectangle's bottom coordinate.

Description

Constructor.


CONFIDENTIAL