Skip to content

Instantly share code, notes, and snippets.

View ValonK's full-sized avatar
🎯
Focusing

Valon Kastrati ValonK

🎯
Focusing
View GitHub Profile
public class TransitionView : SKCanvasView
{
#region Fields
private SKRect _buttonRect;
private SKColor _backgroundColor;
private SKColor _buttonColor;
private SKSurface _surface;
private SKImageInfo _info;
private SKCanvas _canvas;