Method | Description | |
---|---|---|
GetBytes ( Action |
Get the bytes written to the stream passed to the callback
|
|
JPEGEncoder ( ) : System.Drawing.Imaging.ImageCodecInfo |
Create an ImageCodecInfo for ImageFormat.Jpeg
|
|
Quality ( long value ) : System.Drawing.Imaging.EncoderParameters |
Create an EncoderParameters with the given quality level
|
public static GetBytes ( Action |
||
callback | Action |
|
return | byte[] |
public static JPEGEncoder ( ) : System.Drawing.Imaging.ImageCodecInfo | ||
return | System.Drawing.Imaging.ImageCodecInfo |
public static Quality ( long value ) : System.Drawing.Imaging.EncoderParameters | ||
value | long | |
return | System.Drawing.Imaging.EncoderParameters |