HandleDictionary.GetOrAddObject

<summary> Retrieve or create an instance for the native handle. </summary> <returns>The instance, or null if the handle was null.</returns>

struct HandleDictionary
static
TSkiaObject
GetOrAddObject
(
TSkiaObject
)
(
void* handle
,
bool owns
,,
Func!(void*, bool, TSkiaObject) objectFactory
)
if (
is(TSkiaObject : SKObject)
)

Meta