void vm_graphic_draw_line( vm_graphic_frame_t* frame, VMINT x0, VMINT y0, VMINT x1, VMINT y1 );
void vm_graphic_draw_line( vm_graphic_frame_t* frame, VMINT x0, VMINT y0, VMINT x1, VMINT y1 );
Draws a line from position(x0, y0) to position(x1, y1) within the frame
|
Parameters |
Description |
|
vm_graphic_frame_t* frame |
[IN] frame pointer |
|
VMINT x0 |
[IN] X of the start point |
|
VMINT y0 |
[IN] Y of the start point |
|
VMINT x1 |
[IN] X of the end point |
|
VMINT y1 |
[IN] Y of the end point |
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.