Returns the Core Foundation type identifier for Core Graphics paths.
SDKs
- iOS 2.0+
- macOS 10.2+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Graphics
Returns the Core Foundation type identifier for Core Graphics paths.
SDKs
Framework
CGPath Equal To Path
Indicates whether two graphics paths are equivalent.
CGPath Get Bounding Box
Returns the bounding box containing all points in a graphics path.
CGPath Get Path Bounding Box
Returns the bounding box of a graphics path.
CGPath Get Current Point
Returns the current point in a graphics path.
CGPath Is Empty
Indicates whether or not a graphics path is empty.
CGPath Is Rect
Indicates whether or not a graphics path represents a rectangle.
CGPath Contains Point
Checks whether a point is contained in a graphics path.