2012-01-02 14:52:12 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
< html >
< head >
< meta content = "text/html; charset=utf-8" http-equiv = "Content-Type" >
< title > SetRect< / title >
< link rel = "stylesheet" href = "../fpdoc.css" type = "text/css" >
< / head >
< body >
< table class = "bar" width = "100%" border = "0" cellpadding = "4" cellspacing = "0" >
< tr >
< td > < b > [< a href = "../nvwidgets/index.html" > Overview< / a > ][< a href = "../nvwidgets/index-2.html" > Constants< / a > ][< a href = "../nvwidgets/index-3.html" > Types< / a > ][< a href = "../nvwidgets/index-4.html" > Classes< / a > ][< a href = "../nvwidgets/index-5.html" > Procedures and functions< / a > ][< a href = "../nvwidgets/index-8.html" > Index< / a > ]< / b > < / td >
< td align = "right" > < span class = "bartitle" > Reference for unit 'nvWidgets' (< a href = "../index.html" > #nvidia-widgets< / a > )< / span > < / td >
< / tr >
< / table >
< h1 > SetRect< / h1 >
2012-01-04 15:57:09 +00:00
< p > Helper function to initialize the < a href = "../nvwidgets/rect.html" > Rect< / a > object< / p >
2012-01-02 14:52:12 +00:00
< h2 > Declaration< / h2 >
< p > Source position: line 0< / p >
< table cellpadding = "0" cellspacing = "0" >
< tr >
< td > < p > < tt > < span class = "code" > < span class = "kw" > function< / span > SetRect< span class = "sym" > (< / span > < / span > < / tt > < / p > < / td >
< / tr >
< tr >
< td > < p > < tt > < span class = "code" > x< span class = "sym" > : < / span > Integer< span class = "sym" > ;< / span > < / span > < / tt > < / p > < / td >
< / tr >
< tr >
< td > < p > < tt > < span class = "code" > y< span class = "sym" > : < / span > Integer< / span > < / tt > < / p > < / td >
< / tr >
< tr >
< td > < p > < tt > < span class = "code" > < span class = "sym" > ):< / span > < a href = "../nvwidgets/rect.html" > Rect< / a > < span class = "sym" > ;< / span > < br > < br > < span class = "kw" > function< / span > SetRect< span class = "sym" > (< / span > < / span > < / tt > < / p > < / td >
< / tr >
< tr >
< td > < p > < tt > < span class = "code" > x< span class = "sym" > : < / span > Integer< span class = "sym" > ;< / span > < / span > < / tt > < / p > < / td >
< / tr >
< tr >
< td > < p > < tt > < span class = "code" > y< span class = "sym" > : < / span > Integer< span class = "sym" > ;< / span > < / span > < / tt > < / p > < / td >
< / tr >
< tr >
< td > < p > < tt > < span class = "code" > w< span class = "sym" > : < / span > Integer< span class = "sym" > ;< / span > < / span > < / tt > < / p > < / td >
< / tr >
< tr >
< td > < p > < tt > < span class = "code" > h< span class = "sym" > : < / span > Integer< / span > < / tt > < / p > < / td >
< / tr >
< tr >
< td > < p > < tt > < span class = "code" > < span class = "sym" > ):< / span > < a href = "../nvwidgets/rect.html" > Rect< / a > < span class = "sym" > ;< / span > < / span > < / tt > < / p > < / td >
< / tr >
< / table >
< / body >
< / html >