Graphisoft®

GX ModuleVersion: 16

LineTo

Move the current position to the desired coordinates and draw a line between the old and the new position.

voidLineTo (
        float  x,
        float  y
);

Parameters

x
The x coordinate of the desired position.
y
The y coordinate of the desired position.

Return Values

This function has no return value.

Requirements

Version:
ArchiCAD 14
Header:
NativeContext.hpp
Import Library:
DGGraphix.lib
Module:
DGGraphix.dll [WIN], DGGraphix.framework [MAC]

See Also

NativeContext class