Go to the documentation of this file.
21 #if !defined ( WXPLPLOTSTREAM_H__INCLUDED_ )
22 #define WXPLPLOTSTREAM_H__INCLUDED_
51 void Create( wxDC *dc,
int width,
int height,
int style );
55 void SetSize(
int width,
int height );
57 void SetDC( wxDC *dc );
58 void ImportBuffer(
void *
buffer,
size_t size );
59 void SetFixedAspectRatio(
bool fixed );
73 #endif // !defined( WXPLPLOTSTREAM_H__INCLUDED_ )