Module fruity__bbqsrc::core_graphics[][src]

Expand description

Core Graphics framework.

Feature Flag

This module corresponds to the core_graphics feature flag.

Structs

CGAffineTransform

An affine transformation matrix for use in drawing 2D graphics.

CGPoint

A point in a two-dimensional coordinate system.

CGRect

The location and dimensions of a rectangle.

CGSize

Width and height values.

CGVector

A two-dimensional vector.

Enums

CGRectEdge

Coordinates that establish the edges of a rectangle.

Type Definitions

CGFloat

The architecture-dependent floating-point type.