Declaration

init(name: String, position: CGPoint)

Declaration

- (instancetype) initWithName:(NSString *) name position:(CGPoint) position;

Declaration

initWithName_position_(name: str, position: CGPoint) -> GSAnchor

Parameters

name

The anchor name.

position

The position in layer coordinates.