petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscDrawPointPixel

PetscDraws a point onto a drawable, in pixel coordinates

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawPointPixel(PetscDraw draw,int x,int y,int c)
Not collective Many br

Input Parameters

draw - the drawing context Many br
x,y - the pixel coordinates of the point Many br
c - the color of the point Many br

Many br

See Also

PetscDrawPointSetSize()

Level:beginner
Location:
src/sys/classes/draw/interface/dpoint.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages