Icon

Icon(string)

public Icon(string fileName)

Смотрите также


Icon(Stream)

public Icon(Stream stream)

Смотрите также


Icon(string, Size)

public Icon(string fileName, Size size)

Смотрите также


Icon(Icon, Size)

public Icon(Icon original, Size size)

Смотрите также


Icon(Type, string)

public Icon(Type type, string resource)

Смотрите также


Icon(Stream, Size)

public Icon(Stream stream, Size size)

Смотрите также


Icon(string, int, int)

public Icon(string fileName, int width, int height)

Смотрите также


Icon(Icon, int, int)

public Icon(Icon original, int width, int height)

Смотрите также


Icon(Stream, int, int)

public Icon(Stream stream, int width, int height)

Смотрите также