tomahutbui
tomahutbui
@NickeManarin Sometime code behind crash beetwen initlized and not yet. I fixed code below xaml and cs file. You can try this to use global style XAML ` ` Code...
@criistii He use data from Android which is property BoundingBox (left, top, right, bottom). And mapped to Microsoft.Maui.Graphics.Rect with contructor (X, Y, Width, Height). That wrong I fix to use:...