RectFloat

EmfPlusDrawArc.RectFloat property

Gets or sets a value indicating whether the data contains EmfPlusRectF or EmfPlusRect records This bit indicates whether the data in the RectData field 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 RectFloat { get; set; }

Property Value

true if float; otherwise, false.

See Also