Version:
function

centerOf

typescript
centerOf(target: Region | Promise<Region>): Promise<Point>

Parameters

NameTypeDescription
targetRegion | Promise<Region>to determine the center for

Returns

Promise<Point>

Was this page helpful?