| Return Type | Function name | Arguments |
|---|---|---|
| hdsGraphic* | hdsGraphic::hdsGraphic | (void) |
Declared in file: hzDissemino.h
Defined in file : hdsGraph.cpp
Function Logic:
Function body:
hdsGraphic* hdsGraphic::hdsGraphic (void)
{
m_eShape = HDSGRAPH_NULL ;
m_ColorFill = 0x00ffffff;
m_ColorLine = 0;
m_Thick = 1;
m_Width = m_Height = 0;
m_Lft = m_Rht = m_Top = m_Bot = 0;
m_Rad = 0;
m_Id = 0;
}