1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2025-01-02 14:38:22 +01:00
Diya-API/Diya/Rectangle.extension.st

7 lines
121 B
Smalltalk
Raw Normal View History

2022-03-19 02:18:29 +01:00
Extension { #name : #Rectangle }
{ #category : #'*Diya' }
Rectangle >> applyTf: tf [
^ tf localBoundsToGlobal: self
2022-03-19 02:18:29 +01:00
]