var size: CGSize
The dimensions of the resolved symbol.
Availability 有効性
Technology
struct ResolvedSymbol
You resolve a child view in preparation for drawing it into a context by calling resolve
. The resolved view takes into account environment values like the display resolution and current color scheme.
var size: CGSize
func draw(GraphicsContext .ResolvedSymbol , at: CGPoint, anchor: UnitPoint )
func draw(GraphicsContext .ResolvedSymbol , in: CGRect)
func resolveSymbol <ID>(id: ID) -> GraphicsContext .ResolvedSymbol ?