mojo.app.View.TransformRectToView - nitrologic/monkey2 GitHub Wiki
mojo::mojo.app.mojo.app.View.TransformRectToView
std:std.geom.Recti( rect:std:std.geom.Recti,view:mojo:mojo.app.View )
Method TransformRectToView: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. |