# `GlyphsPathPlugin activeCornerIndexes:corners:count:`

*Instance Method*

## Declaration

```swift
func activeCornerIndexes(_ bounds: UnsafePointer<NSRect>, corners: UnsafeMutablePointer<GSAlignment>, count: UnsafeMutablePointer<Int32>)
```

```objc
- (void) activeCornerIndexes:(const NSRect *) bounds corners:(GSAlignment *) corners count:(int *) count;
```

```python
activeCornerIndexes_corners_count_(bounds: NSRect, corners: GSAlignment, count: int)
```

