ocssw
V2022
|
Collaboration diagram for Basic Data Access:
Functions | |
epr_uint | epr_get_scene_width (const EPR_SProductId *product_id) |
epr_uint | epr_get_scene_height (const EPR_SProductId *product_id) |
Detailed Description
Function Documentation
◆ epr_get_scene_height()
Gets the product's scene height in pixels.
- Parameters
-
product_id the product identifier, must not be NULL
- Returns
- the product's total scene height in pixels, or
0
if an error occured.
Gets the scene height in pixel.
- Parameters
-
product_id the product identifier, must not be NULL
- Returns
- height pixel number, or
0
if an error occured.
Definition at line 374 of file epr_product.c.
◆ epr_get_scene_width()
Gets the product's scene width in pixels.
- Parameters
-
product_id the product identifier, must not be NULL
- Returns
- the product's total scene width in pixels, or
0
if an error occured.
Gets the scene width in pixel.
- Parameters
-
product_id the product identifier, must not be NULL
- Returns
- width pixel number, or
0
if an error occured.
Definition at line 357 of file epr_product.c.