Graphisoft®

GX ModuleVersion: 16

FrameRect

Draw a rectangle.

voidFrameRect (
        float  left,
        float  top,
        float  right,
        float  bottom
);

Parameters

left, top
The coordinates of the left top corner of the rectangle.
right, bottom
The coordinates of the right bottom corner of the rectangle.

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