[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'nvWidgets' (#nvidia-widgets)

SetRect

Helper function to initialize the Rect object

Declaration

Source position: line 0

function SetRect(

  x: Integer;

  y: Integer

):Rect;

function SetRect(

  x: Integer;

  y: Integer;

  w: Integer;

  h: Integer

):Rect;