From: Mario P. \(Sorceforge\) <sou...@er...> - 2006-02-28 22:39:25
|
Good afternoon, I try to connect Core Image via RubyCocoa to Ruby. To write processed images to hard disk, in need an image representation. In one step I have to specify a CGRect as the region, which should be taken for further steps. The CGRect is a struct defined in CGGeometry (have a look at http://developer.apple.com/documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html) In the sources of RubyCocoa I found a way to deal with enums, but not with structs. Is this still implemented? And if "yes", how I can make use of it? Mario |