DrawRectangle

Go Back

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

Header File:
  edis_grobj.h

Library Name:
  edis

void    DrawRectangle  (
    Edis_GrObjTarget*    target,
    Edis_GrObjContext*    context,
    int    X,
    int    Y,
    int    width,
    int    height,
    Eerr_ErrorReport**    lclerr,
  )
context
    This is the Graphics Context.
height
    The returned height value.
lclerr
    Error handling structure pointer.
target
    The name(including path) of the target ehfa file.
width
    The number of pixels in horizontal direction.
X
    The returned X value.
Y
    The returned Y value.

Description:
  This function draws an unfilled rectangle.

Notes:
  None.

Return Description:
  This function has no return value.