Graphisoft®

GX ModuleVersion: 16

BeginPolygon

Begin a path. The MoveTo and LineTo "commands" till the next EndPolygon will define the path.

voidBeginPolygon (
        const FillEffect* effect
);

Parameters

effect
The desired fill effect.

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