C# Класс Hyperion.Core.Tools.ImageIo

Показать файл Открыть проект

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

Метод Описание
ReadImage ( string name, int &xSize, int &ySize ) : Spectrum[]
WriteImage ( string name, double pixels, double alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset ) : void
WriteImagePNG ( string name, double pixels, double alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset ) : void

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

ReadImage() публичный статический Метод

public static ReadImage ( string name, int &xSize, int &ySize ) : Spectrum[]
name string
xSize int
ySize int
Результат Spectrum[]

WriteImage() публичный статический Метод

public static WriteImage ( string name, double pixels, double alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset ) : void
name string
pixels double
alpha double
xRes int
yRes int
totalXRes int
totalYRes int
xOffset int
yOffset int
Результат void

WriteImagePNG() публичный статический Метод

public static WriteImagePNG ( string name, double pixels, double alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset ) : void
name string
pixels double
alpha double
xRes int
yRes int
totalXRes int
totalYRes int
xOffset int
yOffset int
Результат void