Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplVideoRect Struct Reference

A structure defining a video rectangles position and size. More...

#include <final_platform_layer.h>

Data Fields

int32_t height
 Height in pixels.
 
int32_t width
 Width in pixels.
 
int32_t x
 Left position in pixels.
 
int32_t y
 Top position in pixels.
 

Detailed Description

A structure defining a video rectangles position and size.

Definition at line 6574 of file final_platform_layer.h.

Field Documentation

◆ height

int32_t fplVideoRect::height

Height in pixels.

Definition at line 6582 of file final_platform_layer.h.

◆ width

int32_t fplVideoRect::width

Width in pixels.

Definition at line 6580 of file final_platform_layer.h.

◆ x

int32_t fplVideoRect::x

Left position in pixels.

Definition at line 6576 of file final_platform_layer.h.

◆ y

int32_t fplVideoRect::y

Top position in pixels.

Definition at line 6578 of file final_platform_layer.h.


The documentation for this struct was generated from the following file: