Contents

init(_:)

Creates an image feature option key from a string.

Declaration

init(_ rawValue: String)

Parameters

  • rawValue:

    A string that represents the name of the image feature option key.

Discussion

Don’t use this initializer directly. Create an image option key with cropAndScale or cropRect instead.

See Also

Image option key initializers