Returns a point structure constructed from coordinate values you provide.


Returns a CGPoint structure, representing a single (x,y) coordinate pair.

Original declaration is : CGPoint CGPointMake ( float x, float y );

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)