Instance Method
insetByX:Y:
Modifies a filter shape object so that it is inset by the specified x and y values.
SDKs
- iOS 9.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
Parameters
dx
A value that specifies an inset in the x direction.
dy
A value that specifies an inset in the y direction.
See Also
Modifying a Filter Shape
- intersectWith:
Creates a filter shape object that represents the intersection of the current filter shape and the specified filter shape object.
- intersectWithRect:
Creates a filter shape that represents the intersection of the current filter shape and a rectangle.
- unionWith:
Creates a filter shape that results from the union of the current filter shape and another filter shape object.
- unionWithRect:
Creates a filter shape that results from the union of the current filter shape and a rectangle.