Mobile API Reference  MicroStrategy 2019
AreaRec Class Reference

#include <ImageMap.h>

Public Member Functions

 AreaRec (Int32 iShape, Int32 iObjectID, Int32 iSeriesID, Int32 iGroupID, const wchar_t *iCoordinates)
 
 ~AreaRec () throw ()
 
 AreaRec (const AreaRec &iAreaRec)
 
const AreaRecoperator= (const AreaRec &iAreaRec)
 
Int32 GetShape ()
 
Int32 GetObjectID ()
 
Int32 GetSeriesID ()
 
Int32 GetGroupID ()
 
const wchar_t * GetCoordinates ()
 

Constructor & Destructor Documentation

◆ AreaRec() [1/2]

AreaRec::AreaRec ( Int32  iShape,
Int32  iObjectID,
Int32  iSeriesID,
Int32  iGroupID,
const wchar_t *  iCoordinates 
)
inline

◆ ~AreaRec()

AreaRec::~AreaRec ( )
throw (
)
inline

◆ AreaRec() [2/2]

AreaRec::AreaRec ( const AreaRec iAreaRec)
inline

Member Function Documentation

◆ GetCoordinates()

const wchar_t* AreaRec::GetCoordinates ( )
inline

◆ GetGroupID()

Int32 AreaRec::GetGroupID ( )
inline

◆ GetObjectID()

Int32 AreaRec::GetObjectID ( )
inline

◆ GetSeriesID()

Int32 AreaRec::GetSeriesID ( )
inline

◆ GetShape()

Int32 AreaRec::GetShape ( )
inline

◆ operator=()

const AreaRec& AreaRec::operator= ( const AreaRec iAreaRec)
inline