GFL_RECT

GFL SDK

GFL_RECT

The GFL_RECT structure define a rectangle.

typedef struct (
  GFL_INT32 x,  
  GFL_INT32 y,  
  GFL_INT32 w,  
  GFL_INT32 h
} GFL_RECT

Members

    x
    X position.
    y
    Y position.
    w
    Width.
    h
    Height.

See also