draw(at:in:)
Renders the visual representation of this element in the specified graphics context.
Declaration
func draw(at point: CGPoint, in context: CGContext)Parameters
- point:
The origin as a Cgpoint.
- context:
The rendering context.
Renders the visual representation of this element in the specified graphics context.
func draw(at point: CGPoint, in context: CGContext)The origin as a Cgpoint.
The rendering context.