Version

Search Results

FillMode Enumeration

Specifies how the interior of a closed path is filled. Syntax Members Member Description Alternate Alternate mode. Winding Winding mode.

FlateCompressor Class

Represents an implementation of a Flate compressor. Syntax Remarks Flate compression is lossless, unlike JPEG compression, but will result in larger file sizes.

FlateCompressor Class Members

Public Constructors Public Properties Public Methods

Compress Method (FlateCompressor)

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 (FlateCompressor)

Compares this compressor to the specified one. Overload List

GetHashCode Method (FlateCompressor)

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

Type Property (FlateCompressor)

Gets the type of this compressor. Syntax