IsCompressed

EmfPlusFillEllipse.IsCompressed property

Gets or sets a value indicating whether this instance 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 IsCompressed { get; set; }

Property Value

true if this instance is compressed; otherwise, false.

See Also