Rectangle

EmfText.Rectangle property

Gets or sets an optional WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a clipping and/or opaquing rectangle in logical units. This rectangle is applied to the text output performed by the containing record.

public Rectangle Rectangle { get; set; }

See Also