| Return Type | Function name | Arguments |
|---|---|---|
| hdsText | hdsText::operator= | (const hdsText&,) |
Declared in file: hzDissemino.h
Defined in file : hdsGraph.cpp
Function Logic:
Function body:
hdsText hdsText::operator= (const hdsText& op)
{
m_Text = op.m_Text ;
m_Font = op.m_Font ;
m_Color = op.m_Color ;
m_posH = op.m_posH ;
m_posV = op.m_posV ;
return *this ;
}