Video display and composing engine for JUCE
Loading...
Searching...
No Matches
Size Struct Referencefinal

A 2-dimensional size for images and video streams. More...

#include <foleys_Structures.h>

Public Member Functions

double getAspectRatio () const
 
juce::String toString () const
 
bool isEmpty () const
 

Public Attributes

int width = 0
 
int height = 0
 

Detailed Description

A 2-dimensional size for images and video streams.

Member Function Documentation

◆ getAspectRatio()

double getAspectRatio ( ) const

References Size::height, and Size::width.

◆ toString()

juce::String toString ( ) const

◆ isEmpty()

Member Data Documentation

◆ width

◆ height


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