logo

Class point

logo

Introduction
Screenshots
License/Download
Installation
Userinterface
Function Index
Macro Programming
Links
Community

mouse left
no help

point Class Reference

point more...

Public Member Functions

voidsetX(int x)
set x
voidsetY(int y)
set y
voidset(int x, int y)
set xy
intx()
x
inty()
y

Detailed Description

A single point

Member Documentation

void point::set(int x, int y)

    set xy

    Set the x and y coordinates.

    void point::setX(int x)

      set x

      Set the x coordinate.

      void point::setY(int y)

        set y

        Set the y coordinate.

        int point::x()

          x

          Returns:

          x x-value

          int point::y()

            y

            Returns:

            y y-value

            SourceForge.net LogoThis page may be outdated. Visit the new LayoutEditor homepage for the newest infomations!