Instance Method
getPositionsFrom(_:)getPositionsFromShape:getPositionsFromShape_
Copies corresponding positions and transformation values from another shape.
Declaration
func getPositionsFrom(_ otherPath: GSShape)Declaration
- (void) getPositionsFromShape:(GSShape *) otherPath;Declaration
getPositionsFromShape_(otherPath: GSShape)Parameters
otherPathThe shape providing the geometric values.
Discussion
Both shapes must have the same concrete type and compatible structure. Other shape content is preserved.
See Also
Geometry
Applies an affine transformation to the complete shape.
Applies an affine transformation to selected elements of the shape.
Applies an affine transformation and aligns the resulting coordinates to a grid without registering undo or notifying the layer.
Translates the complete shape by an offset.