API Reference > imodeljs-frontend > Views > ViewRect > initFromPoints initFromPoints Method Initialize this ViewRect from two points. initFromPoints(topLeft: Readonly<WritableXAndY>, bottomRight: Readonly<WritableXAndY>): void Parameter Type Description topLeft Readonly<WritableXAndY> The top-left corner. bottomRight Readonly<WritableXAndY> The bottom-right corner. Returns - void Defined in core/frontend/src/ViewRect.ts Line 61 Last Updated: 11 June, 2024