drawEllipse
The drawEllipse
method draws an ellipse.
Syntax
drawEllipse( ellipse, thickness, color )
Arguments
Argument | Description |
---|---|
ellipse
|
The location of the ellipse in the input records. |
thickness
|
The line thickness, in pixels. |
color
|
The line color. See the function rgb. |
Returns
Nothing.
Example
drawEllipse(record.FaceResultAndImage.face.ellipse, 4, rgb(255, 255, 255))