Volume Control
Application-specific hotkeys for Windows
VolumeControl.TypeExtensions.PointExtensions Class Reference

Extends the System.Drawing.Point & System.Windows.Point structs. More...

Collaboration diagram for VolumeControl.TypeExtensions.PointExtensions:

Static Public Member Functions

static void Deconstruct (this System.Windows.Point p, out double x, out double y)
 Deconstruct method for System.Windows.Point. More...
 
static void Deconstruct (this System.Drawing.Point p, out int x, out int y)
 Deconstruct method for System.Drawing.Point. More...
 
static System.Drawing.Point ToFormsPoint (this System.Windows.Point p)
 Get a System.Drawing.Point instance from a System.Windows.Point instance. More...
 
static System.Windows.Point ToWpfPoint (this System.Drawing.Point p)
 Get a System.Drawing.Point instance from a System.Windows.Point instance. More...
 

Detailed Description

Extends the System.Drawing.Point & System.Windows.Point structs.

Member Function Documentation

◆ Deconstruct() [1/2]

static void VolumeControl.TypeExtensions.PointExtensions.Deconstruct ( this System.Drawing.Point  p,
out int  x,
out int  y 
)
static

Deconstruct method for System.Drawing.Point.

◆ Deconstruct() [2/2]

static void VolumeControl.TypeExtensions.PointExtensions.Deconstruct ( this System.Windows.Point  p,
out double  x,
out double  y 
)
static

Deconstruct method for System.Windows.Point.

◆ ToFormsPoint()

static System.Drawing.Point VolumeControl.TypeExtensions.PointExtensions.ToFormsPoint ( this System.Windows.Point  p)
static

Get a System.Drawing.Point instance from a System.Windows.Point instance.

◆ ToWpfPoint()

static System.Windows.Point VolumeControl.TypeExtensions.PointExtensions.ToWpfPoint ( this System.Drawing.Point  p)
static

Get a System.Drawing.Point instance from a System.Windows.Point instance.


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