Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTPlatformSpecificCategories.h
Go to the documentation of this file.
1 #import "CPTColor.h"
2 #import "CPTLayer.h"
4 
5 #pragma mark CPTLayer
6 
11 
14 -(nonnull CPTNativeImage *)imageOfLayer;
16 
17 @end
18 
19 #pragma mark - NSAttributedString
20 
25 
28 -(void)drawInRect:(CGRect)rect inContext:(nonnull CGContextRef)context;
30 
33 -(CGSize)sizeAsDrawn;
35 
36 @end
NSImage
NSAttributedString(CPTPlatformSpecificAttributedStringExtensions)
NSAttributedString extensions for drawing styled text.
Definition: CPTPlatformSpecificCategories.h:24
CPTLayer(CPTPlatformSpecificLayerExtensions)
Platform-specific extensions to CPTLayer.
Definition: CPTPlatformSpecificCategories.h:10
CPTPlatformSpecificDefines.h
CGContextRef
typedef CGContextRef
CGSize
typedef CGSize
CPTLayer.h
CPTColor.h
CGRect
typedef CGRect