How do i get CGRect from CValue<CGRect> ?
# multiplatform
l
How do i get CGRect from CValue<CGRect> ?
j
With CValue use the useContents() function to receive a copy of the struct value in a lamda.
👍 2