Show / Hide Table of Contents

Property osdText.Rect


Overload

Gets or sets OSD window size and position in screen.

public override RECT Rect { get; set; }
Property Value
RECT
Overrides
OsdWindow.Rect

Remarks

Normally don't need to use this property. If not used, the OSD window size depends on text etc, and position on osdText.XY. This property can be changed after creating OSD window.

See Also

osdText.Measure