init(imagePoint:in:)
Creates a normalized point from a point in an image coordinate space.
Declaration
init(imagePoint: CGPoint, in imageSize: CGSize)Parameters
- imagePoint:
A point in the image coordinate space.
- imageSize:
The size of the image.
Creates a normalized point from a point in an image coordinate space.
init(imagePoint: CGPoint, in imageSize: CGSize)A point in the image coordinate space.
The size of the image.