mirror of
https://github.com/lxsang/Diya-API.git
synced 2024-12-28 12:28:21 +01:00
7 lines
121 B
Smalltalk
7 lines
121 B
Smalltalk
Extension { #name : #Rectangle }
|
|
|
|
{ #category : #'*Diya' }
|
|
Rectangle >> applyTf: tf [
|
|
^ tf localBoundsToGlobal: self
|
|
]
|