DrawZoom

Allows one to create a graphic that users may zoom into.

Synopsis

int DrawZoom(Draw draw,int (*func)(Draw,void *),void *ctx)
Collective on Draw

Input Parameters

win - the window where the graph will be made.
func - users function that draws the graphic
ctx - pointer to any user required data

Keywords

draw, zoom

See Also


Location: src/draw/utils/zoom.c
Graphics (Draw) Index
Table of Contents