mojo.app.View.TransformRectToView - nitrologic/monkey2 GitHub Wiki
mojo::mojo.app.mojo.app.View.TransformRectToView
Method TransformRectToView:std:std.geom.Recti( rect:std:std.geom.Recti,view:mojo:mojo.app.View )
Transforms a rect to another view.
Transforms rect from coordinates local to this view to coordinates local to view.
| Parameters | |
|---|---|
rect |
rect The rect to transform. |
view |
view View to transform rect to. |