CairoExplorer.FileToIconConverter.thumbnailInfo.thumbnailInfo C# (CSharp) Метод

thumbnailInfo() публичный Метод

public thumbnailInfo ( System.Windows.Media.Imaging.WriteableBitmap b, string path, IconSize size ) : System
b System.Windows.Media.Imaging.WriteableBitmap
path string
size IconSize
Результат System
            public thumbnailInfo(WriteableBitmap b, string path, IconSize size)
            {
                bitmap = b;
                fullPath = path;
                iconsize = size;
            }
        }
FileToIconConverter.thumbnailInfo