Sha256: e169fed8383e139d5e374d2a5b581dc7965258466b27f2f9a5f947879acb257f
Contents?: true
Size: 334 Bytes
Versions: 38
Compression:
Stored size: 334 Bytes
Contents
// -*- mode: c++ -*- #pragma once #ifndef __RAYS_SRC_OSX_BITMAP_H__ #define __RAYS_SRC_OSX_BITMAP_H__ #import <CoreGraphics/CGImage.h> #include "../bitmap.h" namespace Rays { void Bitmap_draw_image ( Bitmap* bitmap, CGImageRef image, coord x = 0, coord y = 0, coord width = -1, coord height = -1); }// Rays #endif//EOH
Version data entries
38 entries across 38 versions & 1 rubygems