Module core_graphics

Source
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§

traits

Structs§

CGFunction
A general facility for defining and using callback functions.
CGFunctionCallbacks
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§

CGRectEdge
Coordinates used to establish the edge in RectangleFExtensions.Divide.

Type Aliases§

CGFloat
The basic type for all floating-point values.
CGFunctionEvaluateCallback
Performs custom operations on the supplied input data to produce output data.
CGFunctionRef
A general facility for defining and using callback functions.
CGFunctionReleaseInfoCallback
Performs custom clean-up tasks when Core Graphics deallocates a CGFunctionRef object.