Estrutura POINTL (windef.h)

A estrutura POINTL define as coordenadas x e y de um ponto.

Sintaxe

typedef struct _POINTL {
  LONG x;
  LONG y;
} POINTL, *PPOINTL;

Membros

x

Especifica a coordenada x do ponto.

y

Especifica a coordenada y do ponto.

Comentários

A estrutura POINTL é idêntica à estrutura POINT .

Requisitos

   
Cabeçalho windef.h (inclua Windows.h)

Confira também

PONTO

PONTOS