Version

Search Results

SetBounds Method (IndirectBrush)

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...

JPEGCompressor Class

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...

JPEGCompressor Class Members

Public Constructors Public Properties Public Methods

Compress Method (JPEGCompressor)

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.

Equals(ImageCompressor) Method

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.

Equals Method (JPEGCompressor)

Compares this compressor to the specified one. Overload List

GetHashCode Method (JPEGCompressor)

Gets the hash code value for this compressor. Syntax Return Value The hash code value.

Quality Property

Gets the compression quality. Syntax