Contents

init(imagePoint:in:normalizedTo:)

Creates a point normalized to a region of interest within an image.

Declaration

init(imagePoint: CGPoint, in imageSize: CGSize, normalizedTo regionOfInterest: NormalizedRect)

Parameters

  • imagePoint:

    A point in the image coordinate space.

  • imageSize:

    The size of the image.

  • regionOfInterest:

    The region within the image to normalize the point to.

See Also

Creating a normalized point