C# Класс CustomRasterBuilder.ThumbnailFactory

Наследование: IRasterTypeFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateRasterType ( string RasterTypeName ) : IRasterType

The main function which creates the Raster Type object.

ThumbnailFactory ( ) : System

Приватные методы

Метод Описание
Reg ( string regKey ) : void
Unreg ( string regKey ) : void

Описание методов

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

The main function which creates the Raster Type object.
public CreateRasterType ( string RasterTypeName ) : IRasterType
RasterTypeName string Name of the Raster Type to create.
Результат IRasterType

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

public ThumbnailFactory ( ) : System
Результат System