C# Класс ImageGlass.Core.Img

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Initialize this instance

Get ( ) : Image

Return the image (or null)

GetFileName ( ) : string

Get relative path of this image

Img ( string path ) : System
Load ( ) : void

Load image from file

Set ( Image im ) : void

Manually set new image

SetFileName ( string s ) : void

Set relative path of this image

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

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

Initialize this instance
public Dispose ( ) : void
Результат void

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

Return the image (or null)
public Get ( ) : Image
Результат Image

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

Get relative path of this image
public GetFileName ( ) : string
Результат string

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

public Img ( string path ) : System
path string
Результат System

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

Load image from file
public Load ( ) : void
Результат void

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

Manually set new image
public Set ( Image im ) : void
im Image DURR
Результат void

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

Set relative path of this image
public SetFileName ( string s ) : void
s string New relative path of image
Результат void