PetscDrawDestroy#
Deletes a draw context.
Synopsis#
#include "petscdraw.h"
PetscErrorCode PetscDrawDestroy(PetscDraw *draw)
Collective
Input Parameter#
draw - the drawing context
See Also#
Level#
beginner
Location#
Examples#
Implementations#
PetscDrawDestroy_Image() in src/sys/classes/draw/impls/image/drawimage.c
PetscDrawDestroy_TikZ() in src/sys/classes/draw/impls/tikz/tikz.c
PetscDrawDestroy_Win32() in src/sys/classes/draw/impls/win32/win32draw.c
PetscDrawDestroy_X() in src/sys/classes/draw/impls/x/xops.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages