CandidateWindowBoundsChangedEventArgs.Bounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Rect Bounds { Rect get(); };
Rect Bounds();
public Rect Bounds { get; }
var rect = candidateWindowBoundsChangedEventArgs.bounds;
Public ReadOnly Property Bounds As Rect
Property Value
The Rect that defines the size and location of the Input Method Editor (IME) window
Remarks
This property gets a Rect that defines the size and location of the Input Method Editor (IME), in the coordinate space of the text control (upper left hand corner). This is (0,0,0,0) if there is no window, or if the Input Method Editor (IME) is aligned to the Soft Input Panel (SIP).