Sizable

public protocol Sizable

The Sizable protocol defines a size property intended for use with ImageFilter types.

  • The size of the type.

    Declaration

    Swift

    var size: CGSize { get }