Пример #1
0
        private void CreateButtonRegion()
        {
            SK.UseNameSpace = this.GetType().Namespace;
            // Use default Magenta, instead of TopLeft(0,0) pixel color
            SK.UseTransparencyColorTopLeft = true; // false;
            // Create the button region
            Button btn = ((Button)this);

            SK.CreateButtonRegion(btn);
        }