scaled(by:)
Returns the entity scaled by the specified size.
Declaration
func scaled(by size: Self.Size) -> SelfParameters
- size:
The size structure that defines that scale.
Discussion
Returns The scaled entity.
Returns the entity scaled by the specified size.
func scaled(by size: Self.Size) -> SelfThe size structure that defines that scale.
Returns The scaled entity.