Expand description
Harness the power of Quartz technology to perform lightweight 2D rendering with high-fidelity output. Handle path-based drawing, antialiased rendering, gradients, images, color management, PDF documents, and more.
Modules§
Structs§
- CGFunction
- A general facility for defining and using callback functions.
- CGFunction
Callbacks - A structure that contains callbacks needed by a CGFunctionRef object.
- CGPoint
- A structure that contains a point in a two-dimensional coordinate system.
- CGRect
- A structure that contains a rectangle in a two-dimensional coordinate system.
- CGSize
- A structure that contains width and height values.
Enums§
- CGRect
Edge - Coordinates used to establish the edge in RectangleFExtensions.Divide.
Type Aliases§
- CGFloat
- The basic type for all floating-point values.
- CGFunction
Evaluate Callback - Performs custom operations on the supplied input data to produce output data.
- CGFunction
Ref - A general facility for defining and using callback functions.
- CGFunction
Release Info Callback - Performs custom clean-up tasks when Core Graphics deallocates a CGFunctionRef object.