insetBy(x:y:)
Modifies a filter shape object so that it is inset by the specified x and y values.
Declaration
func insetBy(x dx: Int32, y dy: Int32) -> CIFilterShapeParameters
- dx:
A value that specifies an inset in the x direction.
- dy:
A value that specifies an inset in the y direction.