![]() |
Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Include dependency graph for CPTPathExtensions.m:Functions | |
| __nonnull CGPathRef | CPTCreateRoundedRectPath (CGRect rect, CGFloat cornerRadius) |
| Creates a rectangular path with rounded corners. More... | |
| void | CPTAddRoundedRectPath (__nonnull CGContextRef context, CGRect rect, CGFloat cornerRadius) |
| Adds a rectangular path with rounded corners to a graphics context. More... | |
| void CPTAddRoundedRectPath | ( | __nonnull CGContextRef | context, |
| CGRect | rect, | ||
| CGFloat | cornerRadius | ||
| ) |
Adds a rectangular path with rounded corners to a graphics context.
| context | The graphics context. |
| rect | The bounding rectangle for the path. |
| cornerRadius | The radius of the rounded corners. |