WXP C++ Library Version 6.74.9
|
This defines a plotting region and its attributes. More...
#include "../include/Panel.h"
Public Member Functions | |
int | setLimits (int x1, int y1, int x2, int y2) |
int | setLimits (Rect &rect) |
bool | withinLimits (float x, float y) |
int | getView (Point &ppt, Point &vpt) |
int | getWindow (Point &ppt, Point &wpt) |
int | init () |
int | print () |
Public Attributes | |
Rect | limits |
Rect | offset |
Rect | view |
Domain | domain |
This defines a plotting region and its attributes.