Saturday, 17 August 2013

MonoTouch Point[] to array of NSObject[]

MonoTouch Point[] to array of NSObject[]

I have a binding the wraps NSArray as an array of NSObject (NSObject[]);
I have to set the property with a list of System.Drawing.Point[].
Unfortunately, I can't create an array of NSObject with items that don't
inherit from NSObject.
How do I set this property with an array of System.Drawing.Point? I notice
some runtime variables of NSPoint. How do I use that?

No comments:

Post a Comment