Icon Class

Namespace: Stimulsoft.Drawing

Inheritance

Implements: ISerializable, ICloneable, IDisposable

Constructors

Constructor Description
Icon(Stream stream)  
Icon(Stream stream, int width, int height)  

Icon(stream: Stream)

Parameters

  • stream (Stream)

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

Parameters

  • stream (Stream)
  • width (int)
  • height (int)

Methods

Method Returns Description
Clone object  
Dispose void  

Method Details

Clone

Clone(): object

Returns object


Dispose

Dispose(): void