RTS API Documentation  1.10.11
Data Fields
switch_image_rect Struct Reference

Representation of a rectangle on a surface. More...

#include <switch_core_video.h>

+ Collaboration diagram for switch_image_rect:

Data Fields

unsigned int x
 
unsigned int y
 
unsigned int w
 
unsigned int h
 

Detailed Description

Representation of a rectangle on a surface.

Definition at line 128 of file switch_core_video.h.

Field Documentation

◆ h

unsigned int switch_image_rect::h

height

Definition at line 132 of file switch_core_video.h.

Referenced by switch_img_patch_hole().

◆ w

unsigned int switch_image_rect::w

width

Definition at line 131 of file switch_core_video.h.

Referenced by switch_img_patch_hole().

◆ x

unsigned int switch_image_rect::x

leftmost column

Definition at line 129 of file switch_core_video.h.

Referenced by switch_img_patch_hole().

◆ y

unsigned int switch_image_rect::y

topmost row

Definition at line 130 of file switch_core_video.h.

Referenced by switch_img_patch_hole().


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