C# Класс Bevisuali.UX.ExtWPF

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add() публичный статический Метод

public static Add ( this a, Point b ) : Point
a this
b Point
Результат Point

BeginInvoke() публичный статический Метод

public static BeginInvoke ( this dispatcher, System.Action action ) : void
dispatcher this
action System.Action
Результат void

GetRenderScale() публичный статический Метод

public static GetRenderScale ( this source ) : double>.Tuple
source this
Результат double>.Tuple

Invoke() публичный статический Метод

public static Invoke ( this dispatcher, System.Action action ) : void
dispatcher this
action System.Action
Результат void

IsNaN() публичный статический Метод

public static IsNaN ( this a ) : bool
a this
Результат bool

Magnitude() публичный статический Метод

public static Magnitude ( this a ) : double
a this
Результат double

Multiply() публичный статический Метод

public static Multiply ( this a, double b ) : Point
a this
b double
Результат Point

Normalized() публичный статический Метод

public static Normalized ( this a ) : Point
a this
Результат Point

Positive() публичный статический Метод

public static Positive ( this a ) : Point
a this
Результат Point

SetRenderScale() публичный статический Метод

public static SetRenderScale ( this element, double x, double y ) : void
element this
x double
y double
Результат void

Subtract() публичный статический Метод

public static Subtract ( this a, Point b ) : Point
a this
b Point
Результат Point