Interface: HorizonOcclusionArea
Defined in: src/garminsdk/components/nextgenpfd/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: src/garminsdk/components/nextgenpfd/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