메소드 | 설명 | |
---|---|---|
Encode ( ExtendedImage image, |
Encodes the data of the specified image and writes the result to the specified stream.
|
|
IsSupportedFileExtension ( string extension ) : bool |
Indicates if the image encoder supports the specified file extension.
|
public Encode ( ExtendedImage image, |
||
image | ExtendedImage | The image, where the data should be get from. /// Cannot be null (Nothing in Visual Basic). |
stream | The stream, where the image data should be written to. /// Cannot be null (Nothing in Visual Basic). | |
리턴 | void |
public IsSupportedFileExtension ( string extension ) : bool | ||
extension | string | The file extension. |
리턴 | bool |