Compressed

EmfPlusSetTsClip.Compressed property

Gets a value indicating whether this EmfPlusSetTsClip is compressed. This bit specifies the format of the rectangle data in the rects field. If set, each rectangle is defined in 4 bytes. If clear, each rectangle is defined in 8 bytes.

public bool Compressed { get; }

Property Value

true if compressed; otherwise, false.

See Also