OpenCPN Partial API docs
|
Implement ocpn_pixmap.h – Optimized wxBitmap Object. More...
#include <stdio.h>
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/app.h>
#include <wx/bitmap.h>
#include <wx/dcmemory.h>
#include <wx/gdicmn.h>
#include <wx/icon.h>
#include <wx/image.h>
#include <wx/list.h>
#include <wx/log.h>
#include <wx/math.h>
#include <wx/palette.h>
#include <wx/utils.h>
#include "dychart.h"
#include "ocpn_pixel.h"
Go to the source code of this file.
Macros | |
#define | CLR_INVALID ((COLORREF) - 1) |
Functions | |
wxImage | Image_Rotate (wxImage &base_image, double angle, const wxPoint ¢re_of_rotation, bool interpolating, wxPoint *offset_after_rotation) |
Implement ocpn_pixmap.h – Optimized wxBitmap Object.
Definition in file ocpn_pixel.cpp.
#define CLR_INVALID ((COLORREF) - 1) |
Definition at line 82 of file ocpn_pixel.cpp.
wxImage Image_Rotate | ( | wxImage & | base_image, |
double | angle, | ||
const wxPoint & | centre_of_rotation, | ||
bool | interpolating, | ||
wxPoint * | offset_after_rotation | ||
) |
Definition at line 1128 of file ocpn_pixel.cpp.