circleSegments

...

Syntax

//
//   Strong typing definition
//
void            circleSegments(
                        int_t                   circles,
                        int_t                   smallCircles
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   circleSegments(
                                                                        int_t                   circles,
                                                                        int_t                   smallCircles
                                                                    );
    

Property circles

Size: 64 bit / 8 byte (value)
...

Property smallCircles

Size: 64 bit / 8 byte (value)
...