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.
27 lines
980 B
XML
27 lines
980 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>llgfx_AddPoint</Funktionsname>
|
|
<Beschreibung>Setzt aktuelle PointColor, ein 24BIt RGB Wert, an die Position(x,y) des Grafikbuffers. Grafikbuffer ist sicher vor xy Position die ausserhalb liegen. Zuvor muss llgfx_BeginDrawPoints aufgerufen werden, ansonsten wird ein ASSERT ausgelöst. Pointcolor wird mit der Funktion llgfx_SetPointColor gesetzt, oder bei der Funktion llgfx_BeginDrawPoints mitgegeben.</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>void</Typ>
|
|
<Beschreibung></Beschreibung>
|
|
</Returnwert>
|
|
<Parameter>
|
|
<Arg>
|
|
<Typ>int</Typ>
|
|
<Variablename>xpos</Variablename>
|
|
<Beschreibung>X Position</Beschreibung>
|
|
</Arg>
|
|
<Arg>
|
|
<Typ>int</Typ>
|
|
<Variablename>ypos</Variablename>
|
|
<Beschreibung>Y Position</Beschreibung>
|
|
</Arg>
|
|
</Parameter>
|
|
<Location>
|
|
<Headerfile>llgfx_point.h</Headerfile>
|
|
</Location>
|
|
</f>
|