Version:
function

centerOf

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

Parameters

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

Returns

Promise<Point>

Was this page helpful?