Пример #1
0
 /// <summary>
 /// Returns the Bounds of the specified element
 /// </summary>
 /// <param name="titleBarInfoIndex">TitleBarInfoIndexes used to specify the element</param>
 /// <returns>RECT</returns>
 public NativeRect ElementBounds(TitleBarInfoIndexes titleBarInfoIndex) => _rgRect[(int)titleBarInfoIndex];
Пример #2
0
 /// <summary>
 /// Returns the ObjectState of the specified element
 /// </summary>
 /// <param name="titleBarInfoIndex">TitleBarInfoIndexes used to specify the element</param>
 /// <returns>ObjectStates</returns>
 public ObjectStates ElementState(TitleBarInfoIndexes titleBarInfoIndex) => _rgState[(int)titleBarInfoIndex];