Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JStudioToolLibrary::TRectangle Struct Reference

#include <visual.h>

Public Member Functions

 TRectangle ()
 
 TRectangle (int, int, int, int)
 
void set (int, int, int, int)
 
int getBottom () const
 
int getTop () const
 
int getRight () const
 
int getLeft () const
 
int getWidth () const
 
int getHeight () const
 

Public Attributes

int iLeft_
 
int iTop_
 
int iRight_
 
int iBottom_
 

Constructor & Destructor Documentation

◆ TRectangle() [1/2]

JStudioToolLibrary::TRectangle::TRectangle ( )

◆ TRectangle() [2/2]

JStudioToolLibrary::TRectangle::TRectangle ( int ,
int ,
int ,
int  )

Member Function Documentation

◆ getBottom()

int JStudioToolLibrary::TRectangle::getBottom ( ) const

◆ getHeight()

int JStudioToolLibrary::TRectangle::getHeight ( ) const

◆ getLeft()

int JStudioToolLibrary::TRectangle::getLeft ( ) const

◆ getRight()

int JStudioToolLibrary::TRectangle::getRight ( ) const

◆ getTop()

int JStudioToolLibrary::TRectangle::getTop ( ) const

◆ getWidth()

int JStudioToolLibrary::TRectangle::getWidth ( ) const

◆ set()

void JStudioToolLibrary::TRectangle::set ( int ,
int ,
int ,
int  )

Member Data Documentation

◆ iBottom_

int JStudioToolLibrary::TRectangle::iBottom_

◆ iLeft_

int JStudioToolLibrary::TRectangle::iLeft_

◆ iRight_

int JStudioToolLibrary::TRectangle::iRight_

◆ iTop_

int JStudioToolLibrary::TRectangle::iTop_

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