libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_shape_bounds Struct Reference

Description of a shape's bounds or extent on the canvas. More...

#include <sf3_vector_graphic.h>

Data Fields

float x
 The X coordinate of the lower left corner.
 
float y
 The Y coordinate of the lower left corner.
 
float w
 The width in X of the shape.
 
float h
 The height in Y of the shape.
 

Detailed Description

Description of a shape's bounds or extent on the canvas.

Definition at line 69 of file sf3_vector_graphic.h.

Field Documentation

◆ h

float sf3_shape_bounds::h

The height in Y of the shape.

Definition at line 77 of file sf3_vector_graphic.h.

◆ w

float sf3_shape_bounds::w

The width in X of the shape.

Definition at line 75 of file sf3_vector_graphic.h.

◆ x

float sf3_shape_bounds::x

The X coordinate of the lower left corner.

Definition at line 71 of file sf3_vector_graphic.h.

◆ y

float sf3_shape_bounds::y

The Y coordinate of the lower left corner.

Definition at line 73 of file sf3_vector_graphic.h.


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