liborigin ..
Origin::Rect Struct Reference

#include <OriginObj.h>

Public Member Functions

int height () const
bool isValid () const
 Rect (short width=0, short height=0)
int width () const

Public Attributes

short bottom
short left
short right
short top

Constructor & Destructor Documentation

◆ Rect()

Origin::Rect::Rect ( short width = 0,
short height = 0 )
inlineexplicit

References bottom, height(), left, right, top, and width().

Member Function Documentation

◆ height()

int Origin::Rect::height ( ) const
inline

References bottom, and top.

Referenced by OriginAnyParser::getAnnotationProperties(), isValid(), and Rect().

◆ isValid()

bool Origin::Rect::isValid ( ) const
inline

References height(), and width().

◆ width()

int Origin::Rect::width ( ) const
inline

References left, and right.

Referenced by OriginAnyParser::getAnnotationProperties(), isValid(), and Rect().

Member Data Documentation

◆ bottom

◆ left

◆ right

◆ top


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