Compressed

EmfPlusDrawPie.Compressed property

Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39).

public bool Compressed { get; set; }

Property Value

true if compressed; otherwise, false.

See Also