Namespacesutilsblockly.utils_namespace.coordinate_class.scale_methodOn this pageblockly > utils > Coordinate > scale utils.Coordinate.scale() method Scales this coordinate by the given scale factor. Signature: scale(s: number): Coordinate; Parameters ParameterTypeDescriptionsnumberThe scale factor to use for both x and y dimensions. Returns: Coordinate This coordinate after scaling.