TransformShapeType

@objc(FSTransformShapeType)
public enum TransformShapeType : UInt, CustomStringConvertible

Represents an image transform pixelate faces type.

  • Rect

    Declaration

    Swift

    case rect
  • Oval

    Declaration

    Swift

    case oval

CustomStringConvertible Conformance

  • Returns a String representation of self.

    Declaration

    Swift

    public var description: String { get }