Declaration

var to: NSPoint { get set }

Declaration

@property (nonatomic) NSPoint to;

Declaration

to() -> NSPoint
setTo_(to: NSPoint)