Declaration

var center: NSPoint { get set }

Declaration

@property (nonatomic) NSPoint center;

Declaration

center() -> NSPoint
setCenter_(center: NSPoint)