init(rect:)
Initializes a filter shape object with a rectangle.
Declaration
init(rect r: CGRect)Parameters
- r:
A rectangle. Core Image uses the rectangle specified by integer parts of the values in the
CGRectdata structure.
Return Value
An initialized CIFilterShape object, or nil if the method fails.