void vm_graphic_draw_ellipse( vm_graphic_frame_t* frame, VMINT x, VMINT y, VMINT width, VMINT height );
void vm_graphic_draw_ellipse( vm_graphic_frame_t* frame, VMINT x, VMINT y, VMINT width, VMINT height );
Draws an ellipse at the given point within the frame.
|
Parameters |
Description |
|
vm_graphic_frame_t* frame |
[IN] Frame pointer. |
|
VMINT x |
[IN] X offset of the start point. |
|
VMINT y |
[IN] Y offset of the start point. |
|
VMINT width |
[IN] Width of the ellipse. |
|
VMINT height |
[IN] Height of the ellipse. |
void
vmgraphic.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.