API Reference > imodeljs-frontend > Views > Marker > drawHilited drawHilited MethodProtected When a Marker is displayed in its hilited state, this method is called first. If it returns true, no further action is taken. Otherwise the Marker's normal drawing operations are also called. By default, this method adds a shadowBlur effect and increases the size of the Marker by 25%. drawHilited(ctx: CanvasRenderingContext2D): boolean Parameter Type Description ctx CanvasRenderingContext2D Returns - boolean true to stop drawing this Marker Defined in core/frontend/src/Marker.ts Line 169 Last Updated: 13 June, 2024