C# Class Bevisuali.UX.ExtWPF

Afficher le fichier Open project: duckmaestro/F-AI

Méthodes publiques

Méthode 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 méthode

public static Add ( this a, Point b ) : Point
a this
b Point
Résultat Point

BeginInvoke() public static méthode

public static BeginInvoke ( this dispatcher, System.Action action ) : void
dispatcher this
action System.Action
Résultat void

GetRenderScale() public static méthode

public static GetRenderScale ( this source ) : double>.Tuple
source this
Résultat double>.Tuple

Invoke() public static méthode

public static Invoke ( this dispatcher, System.Action action ) : void
dispatcher this
action System.Action
Résultat void

IsNaN() public static méthode

public static IsNaN ( this a ) : bool
a this
Résultat bool

Magnitude() public static méthode

public static Magnitude ( this a ) : double
a this
Résultat double

Multiply() public static méthode

public static Multiply ( this a, double b ) : Point
a this
b double
Résultat Point

Normalized() public static méthode

public static Normalized ( this a ) : Point
a this
Résultat Point

Positive() public static méthode

public static Positive ( this a ) : Point
a this
Résultat Point

SetRenderScale() public static méthode

public static SetRenderScale ( this element, double x, double y ) : void
element this
x double
y double
Résultat void

Subtract() public static méthode

public static Subtract ( this a, Point b ) : Point
a this
b Point
Résultat Point