You can't use this library when you are not in a app. This will make display issues.
aphone.Stencils.Start()
Draw you mask after calling this function
aphone.Stencils.AfterMask(bool ext)
Draw the thing you want after this. Ext will invert the mask
aphone.Stencils.End()
Call this after the end
Last updated