Beyond_Beyaan.BBStretchableImage.Draw C# (CSharp) Method

Draw() public method

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

Same methods

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