Bounds an indirect brush and creates a correspondent direct brush. Syntax Parameters x X-coordinate of the upper-left corner of the bounding rectangle.y Y-coordinate of the upper-left corner of the bounding rectangle.width Width of the bounding rectangle.height Height of the bounding rectangle. Return Value Direct...
Represents an implementation of a JPEG compressor. Syntax Remarks JPEG is a lossy compression algorithm whose quality settings are measured on a scale of 0-100. Note: Since this compression algorithm is inherently lossy, it is possible that the transparency mechanism within this assembly, such as through Image.Ima...
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Gets the compressed image data. Syntax Parameters image Original image.converter The ImageConverter to apply. Return Value A System.IO.MemoryStream containing the compressed image data.
Compares this compressor to the specified one. Syntax Parameters compressor A compressor to compare with. Return Value A boolean value indicating whether the compressors are equal.
Compares this compressor to the specified one. Overload List
Gets the hash code value for this compressor. Syntax Return Value The hash code value.
Gets the compression quality. Syntax