Volume Control
Application-specific hotkeys for Windows
VolumeControl.WPF.Extensions Namespace Reference

Classes

class  DispatcherExtensions
 
class  WindowPositioningExtensions
 Extension methods for the Window class and other helper functions for manipulating screen space coordinates and positioning windows. More...
 

Enumerations

enum class  EScreenCorner : byte { TopLeft = 0 , TopRight = 1 , BottomLeft = 2 , BottomRight = 3 }
 Defines the corners of a screen. (Rectangle) More...
 

Enumeration Type Documentation

◆ EScreenCorner

Defines the corners of a screen. (Rectangle)

Enumerator
TopLeft 

(⬉) The upper-left corner of the screen.

TopRight 

(⬈) The upper-right corner of the screen.

BottomLeft 

(⬋) The lower-left corner of the screen.

BottomRight 

(⬊) The lower-right corner of the screen.