Returns whether changes to the specified key requires the layer to be redisplayed.
Original signature is '+ (BOOL)needsDisplayForKey:(NSString *)key'
Available in Mac OS X v10.6 and later.


- key (NSString)
- A string that specifies an attribute of the layer.

YES if the layer requires display.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)