Interface: HorizonOcclusionArea
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonOcclusionArea.ts:4
A definition of an area in which certain horizon display elements should be occluded.
Methods
path()
path(
context
):void
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonOcclusionArea.ts:9
Paths this occlusion area to a canvas rendering context.
Parameters
Parameter | Type | Description |
---|---|---|
context | CanvasRenderingContext2D | A canvas rendering context. |
Returns
void