AcManager.Controls.CustomShowroom.CarTextureDialog.SharedBitmapSource.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : System.Windows.Media.Imaging.BitmapSource
return System.Windows.Media.Imaging.BitmapSource
            public new BitmapSource Clone() {
                return new SharedBitmapSource(new Bitmap(Bitmap));
            }