Beyond_Beyaan.BBStretchableImage.Draw C# (CSharp) Method

Draw() public method

public Draw ( byte alpha ) : void
alpha byte
return void
        public void Draw(byte alpha)
        {
            Draw(System.Drawing.Color.White, alpha);
        }

Same methods

BBStretchableImage::Draw ( ) : void
BBStretchableImage::Draw ( Color color, byte alpha ) : void