Top "Cgpoint" questions

CGPoint is a structure from Apple's Core Graphics framework.

Drawing a triangle

Im trying to allow users to draw a triangle shape. I'm getting the start point and the end point and …

objective-c ios ipad uibezierpath cgpoint
Getting Pixel Color from an Image using CGPoint in Swift 3

I am try this PixelExtractor class in Swift 3, get a error; Cannot invoke initializer for type 'UnsafePointer' with an argument …

image pixel swift3 cgpoint
Points Versus Pixels ios

I have uiview , that I zoom in and out in it I associate it with pinchRecognizerMeasure using pinchRecognizerMeasure = [[UIPinchGestureRecognizer alloc] …

iphone ipad pixel cgpoint
iPhone SDK: Convert MKMapPoint to CGPoint

I have converted a longitude and latitude on my MapView to a MKMapPoint. I then want to move an imageView …

iphone mkmapview cllocationmanager cgpoint