Declaration

func layer(atLocation location: UnsafeMutablePointer<CGFloat>, ignoring ignoredLayer: GSLayer?) -> GSLayer?

Declaration

- (GSLayer *) layerAtLocation:(CGFloat *) location ignoring:(GSLayer *) ignoredLayer;

Declaration

layerAtLocation_ignoring_(location: float, ignoredLayer: GSLayer) -> GSLayer

Parameters

location

Axis coordinates where the count must match the countOfAllAxes()countOfAllAxescountOfAllAxes.

ignoredLayer

The given layer is not considered.

Discussion

Alternate layers are not considered; their base layer is returned instead.

See Also

Layers