Bienvenue sur le site de la LibLapin.
Jetez un coup d'oeil en bas de la page pour choisir votre niveau de documentation en fonction de votre niveau avec la LibLapin.
Pour l'instant, c'est réglé sur 'Manuel complet'. Si c'est votre première fois avec la LibLapin, il vaudrait mieux choisir 'Débutant'.
De même, n'oubliez pas de préciser une version de la bibliothèque.
Placement
The placement module header is lapin/placement.h
Description
  This structure is a 2D coordinate.
Attributes
-
int x :
  The X coordinate.
-
int y :
  The Y coordinate.
INDEX
Description
  This structure is a 2D size.
Attributes
-
int x :
  The width.
-
int y :
  The height.
INDEX
Description
  This structure is a 2D coordinate.
Attributes
-
double x :
  The X coordinate.
-
double y :
  The Y coordinate.
INDEX
Description
  This structure is a 2D size.
Attributes
-
double x :
  The width.
-
double y :
  The height.
INDEX
Description
  This structure is a 2D area.
Attributes
-
int x :
  The position of the top left corner on X.
-
int y :
  The position of the top left corner on Y.
-
int w :
  The width of the area.
-
int h :
  The height of the area.
INDEX
Description
  This structure is a 2D area.
Attributes
-
double x :
  The position of the top left corner on X.
-
double y :
  The position of the top left corner on Y.
-
double w :
  The width of the area.
-
double h :
  The height of the area.
INDEX
Description
  Return the displayed width of buffer_base_structure.
Rotation is ignored.
Return value
The computed width of the displayable sent element.
Additional informations
Because it is based on _Generic, this macro cannot
be provided in C++ and C version inferior to 2011.
INDEX
Description
  Return the displayed height of buffer_base_structure.
Rotation is ignored.
Return value
The computed height of the displayable sent element.
Additional informations
Because it is based on _Generic, this macro cannot
be provided in C++ and C version inferior to 2011.
INDEX