Method | Description | |
---|---|---|
Clone ( ) : |
Creates a new object that is a copy of the current instance.
|
|
ExtendedImage ( ) : System |
Initializes a new instance of the ExtendedImage class.
|
|
ExtendedImage ( |
Initializes a new instance of the ExtendedImage class by making a copy from another image.
|
|
ExtendedImage ( int width, int height ) : System |
Initializes a new instance of the ExtendedImage class with the height and the width of the image.
|
|
Load ( Stream stream, IImageDecoder decoder ) : void |
Method | Description | |
---|---|---|
FindFirstSupport ( List |
||
FindMax ( List |
||
ImageInvariantMethod ( ) : void | ||
Load ( Stream stream ) : void |
public ExtendedImage ( |
||
other | The other image, where the clone should be made from. | |
return | System |
public ExtendedImage ( int width, int height ) : System | ||
width | int | The width of the image in pixels. |
height | int | The height of the image in pixels. |
return | System |
public Load ( Stream stream, IImageDecoder decoder ) : void | ||
stream | Stream | |
decoder | IImageDecoder | |
return | void |