Good morning,
@klaus, congratulations on this control. I'm considering using it in a small project.
I noticed a small problem: setting the MinCroppedWidth property (and implicitly MinCroppedHeight based on the set ratio) doesn't consider the pixels of the original image, but those of the...
Just a simple method that makes creating event names for CallSub easier. Useful for Custom Views.
Method:
Private Sub CreateEventName (SubName As String) As String
Return $"${mEventName}_${SubName}"$
End Sub
To use:
CallSub(mCallBack, CreateEventName("YourEvent"))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.