DrawPoint

Go Back

Summary:
  Draws a user-defined point in the viewer.

Header File:
  edis_grobj.h

Library Name:
  viewlib

void    DrawPoint  (
    Edis_GrObjTarget*    target ,
    Edis_GrObjContext*    context,
    int    X,
    int    Y,
    Eerr_ErrorReport**    lclerr,
  )
context
    This is the Graphics Context.
lclerr
    Error handling structure pointer.
target
    The name(including path) of the target ehfa file.
X
    The returned X value.
Y
    The returned Y value.

Description:
  This function returns a single point a location x, y.

Notes:
  None.

Return Description:
  This function has no return value.