WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
Size Class Reference

#include <webcface/image_frame.h>

Public Member Functions

 Size ()=default
 
int width () const
 
int height () const
 
int rows () const
 
int cols () const
 

Friends

Size sizeWH (int width, int height)
 幅 × 高さ でサイズを指定
 
Size sizeHW (int height, int width)
 高さ × 幅 でサイズを指定
 

Constructor & Destructor Documentation

◆ Size()

Size ( )
default

Member Function Documentation

◆ cols()

int cols ( ) const
inline

◆ height()

int height ( ) const
inline

◆ rows()

int rows ( ) const
inline

◆ width()

int width ( ) const
inline

Friends And Related Symbol Documentation

◆ sizeHW

Size sizeHW ( int  height,
int  width 
)
friend

高さ × 幅 でサイズを指定

Since
ver2.0

◆ sizeWH

Size sizeWH ( int  width,
int  height 
)
friend

幅 × 高さ でサイズを指定

Since
ver2.0

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