vpx_image_rect

\brief Representation of a rectangle on a surface

extern (C)
struct vpx_image_rect {}

Members

Variables

h
uint h;

< height

w
uint w;

< width

x
uint x;

< leftmost column

y
uint y;

< topmost row

Meta