Volume Control
Application-specific hotkeys for Windows
VolumeControl.WPF.PInvoke.POINT Struct Reference

POINT aka POINTAPI More...

Collaboration diagram for VolumeControl.WPF.PInvoke.POINT:

Public Member Functions

 POINT (int x, int y)
 Construct a point of coordinates (x,y). More...
 

Public Attributes

int x
 x coordinate of point. More...
 
int y
 y coordinate of point. More...
 

Detailed Description

POINT aka POINTAPI

Constructor & Destructor Documentation

◆ POINT()

VolumeControl.WPF.PInvoke.POINT.POINT ( int  x,
int  y 
)

Construct a point of coordinates (x,y).

References VolumeControl.WPF.PInvoke.POINT.x, and VolumeControl.WPF.PInvoke.POINT.y.

Member Data Documentation

◆ x

int VolumeControl.WPF.PInvoke.POINT.x

x coordinate of point.

Referenced by VolumeControl.WPF.PInvoke.POINT.POINT().

◆ y

int VolumeControl.WPF.PInvoke.POINT.y

y coordinate of point.

Referenced by VolumeControl.WPF.PInvoke.POINT.POINT().


The documentation for this struct was generated from the following file: