C# Class Bevisuali.UX.ExtWPF

Datei anzeigen Open project: duckmaestro/F-AI

Public Methods

Method Description
Add ( this a, Point b ) : Point
BeginInvoke ( this dispatcher, System.Action action ) : void
GetRenderScale ( this source ) : double>.Tuple
Invoke ( this dispatcher, System.Action action ) : void
IsNaN ( this a ) : bool
Magnitude ( this a ) : double
Multiply ( this a, double b ) : Point
Normalized ( this a ) : Point
Positive ( this a ) : Point
SetRenderScale ( this element, double x, double y ) : void
Subtract ( this a, Point b ) : Point

Method Details

Add() public static method

public static Add ( this a, Point b ) : Point
a this
b Point
return Point

BeginInvoke() public static method

public static BeginInvoke ( this dispatcher, System.Action action ) : void
dispatcher this
action System.Action
return void

GetRenderScale() public static method

public static GetRenderScale ( this source ) : double>.Tuple
source this
return double>.Tuple

Invoke() public static method

public static Invoke ( this dispatcher, System.Action action ) : void
dispatcher this
action System.Action
return void

IsNaN() public static method

public static IsNaN ( this a ) : bool
a this
return bool

Magnitude() public static method

public static Magnitude ( this a ) : double
a this
return double

Multiply() public static method

public static Multiply ( this a, double b ) : Point
a this
b double
return Point

Normalized() public static method

public static Normalized ( this a ) : Point
a this
return Point

Positive() public static method

public static Positive ( this a ) : Point
a this
return Point

SetRenderScale() public static method

public static SetRenderScale ( this element, double x, double y ) : void
element this
x double
y double
return void

Subtract() public static method

public static Subtract ( this a, Point b ) : Point
a this
b Point
return Point