MoveTo Macro

Microchip Graphics Library

Microchip Graphics Library
MoveTo Macro
C
#define MoveTo(x, y) \
    _cursorX = x;        \
    _cursorY = y;
Overview

This macro moves the graphic cursor to new x,y position.

Input Parameters
Input Parameters 
Description 
Specifies the new x position of the graphic cursor. 
Specifies the new y position of the graphic cursor. 
Returns

none

Preconditions

none

Side Effects

none

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved