Return TypeFunction nameArguments
hdsGraphic*hdsGraphic::hdsGraphic(void)

Declared in file: hzDissemino.h
Defined in file : hdsGraph.cpp

Function Logic:

0:START 1:m_eShape m_ColorFill m_ColorLine m_Thick m_Height m_Width m_Bot m_Top m_Rht m_Lft m_Rad m_Id 2: No text

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;
}