Skip to main content

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

ParameterTypeDescription
contextCanvasRenderingContext2DA canvas rendering context.

Returns

void