Graphisoft®

GX ModuleVersion: 16

SetLineCap

Set the cap of the line drawn on NativeContext.

voidSetLineCap (
        LineCapType lineCapType
);

Parameters

lineCapType
The desired line cap. Its value can be LCT_Round or LCT_Square.

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