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
"
3
#import "
CPTPlatformSpecificDefines.h
"
4
5
#pragma mark CPTLayer
6
10
@interface
CPTLayer(CPTPlatformSpecificLayerExtensions)
11
14
-(nonnull
CPTNativeImage
*)imageOfLayer;
16
17
@end
18
19
#pragma mark - NSAttributedString
20
24
@interface
NSAttributedString(CPTPlatformSpecificAttributedStringExtensions)
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
MacOnly
CPTPlatformSpecificCategories.h
Generated by
1.8.18