You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
580 B
XML
22 lines
580 B
XML
<?xml version="1.0" encoding="ISO-8859-15"?>
|
|
<!DOCTYPE f SYSTEM "function.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="function.xsl"?>
|
|
<f>
|
|
<Funktionsname>IsRectEmpty</Funktionsname>
|
|
<Beschreibung>INFO Rect Functions</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>bool</Typ>
|
|
<Beschreibung>(rect.x1 == rect.x2 || rect.y1 == rect.y2)</Beschreibung>
|
|
</Returnwert>
|
|
<Parameter>
|
|
<Arg>
|
|
<Typ>const llgfx_sRECT</Typ>
|
|
<Variablename>rect</Variablename>
|
|
<Beschreibung>Rectangle</Beschreibung>
|
|
</Arg>
|
|
</Parameter>
|
|
<Location>
|
|
<Headerfile>lowlevellib.h</Headerfile>
|
|
</Location>
|
|
</f>
|