Declaration

var from: NSPoint { get set }

Declaration

@property (nonatomic) NSPoint from;

Declaration

from() -> NSPoint
setFrom_(from: NSPoint)