Contents

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.

See Also

Drawing the fragment and attachments