Sha256: 21e25abb8e52fa38e929b9646f0a96192c2e287fa42ad1d2c102d5759e8c4cac
Contents?: true
Size: 334 Bytes
Versions: 39
Compression:
Stored size: 334 Bytes
Contents
// -*- mode: c++ -*- #pragma once #ifndef __RAYS_SRC_IOS_BITMAP_H__ #define __RAYS_SRC_IOS_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
39 entries across 39 versions & 1 rubygems