OpenCPN Partial API docs
Loading...
Searching...
No Matches
ocpn_pixel.cpp File Reference

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 &centre_of_rotation, bool interpolating, wxPoint *offset_after_rotation)
 

Detailed Description

Implement ocpn_pixmap.h – Optimized wxBitmap Object.

Definition in file ocpn_pixel.cpp.

Macro Definition Documentation

◆ CLR_INVALID

#define CLR_INVALID   ((COLORREF) - 1)

Definition at line 82 of file ocpn_pixel.cpp.

Function Documentation

◆ Image_Rotate()

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.