22.03.2015 Views

DLI Implementation and Reference Guide - Datalogics

DLI Implementation and Reference Guide - Datalogics

DLI Implementation and Reference Guide - Datalogics

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

10.8. <strong>DLI</strong> <strong>Implementation</strong> <strong>and</strong> <strong>Reference</strong> <strong>Guide</strong><br />

dlpdfpathclear<br />

This method will remove all content from an existing DLPDFPATH structure <strong>and</strong><br />

Concepts <strong>and</strong> Facilities: <strong>Guide</strong> to the DL Pager Composition System<br />

restore it to the state it was in following the call to dlpdfpathcreate. It is included<br />

to lower the overhead of creating many paths.<br />

dlpdfpathdestroy<br />

This method will destroy a DLPDFPATH structure <strong>and</strong> free all resources that it used.<br />

dlpdfpathaddmove<br />

This method will change the current position of a DLPDFPATH structure without<br />

drawing a line. It may be used to establish the starting point of a path or to add a<br />

disjunction to an existing path. It accepts two operators, an X <strong>and</strong> a Y position, as<br />

ASFixed values. The current position following this method will be the specified<br />

(X,Y) position.<br />

dlpdfpathaddmover<br />

This method also sets the current position, but sets it relative to the existing current<br />

position. If there is no current position, this method will raise an exception<br />

(genErrBadParm). This method accepts two parameters, an X <strong>and</strong> a Y displacement,<br />

as ASFixed values. The current position following this method will reflect the<br />

application of the X <strong>and</strong> Y displacements.<br />

dlpdfpathaddline<br />

This method draws a line from the current position to the position specified by its two<br />

parameters, X <strong>and</strong> Y position as ASFixed values. If there is no current position<br />

established, this method will raise an exception (genErrBadParm). The current<br />

position following this method is the specified (X,Y) position.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!