C# 클래스 Bevisuali.UX.ExtWPF

파일 보기 프로젝트 열기: duckmaestro/F-AI

공개 메소드들

메소드 설명
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