Instance Property インスタンスプロパティ

renderer

The drawing callback that you use to draw into the canvas.

Declaration 宣言

var renderer: (inout GraphicsContext, CGSize) -> Void

Parameters パラメータ

context

The graphics context to draw into.

size

The current size of the view.

See Also 参照

Rendering レンダリング