Matrix2d.ApplyInverse (Double, Double, out Double, out Double, Boolean) Method

Public Overridable Sub ApplyInverse( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByRef xp As Double, _ 
ByRef yp As Double, _ 
ByVal translate As Boolean
)
This language is not supported or no code example is available.
public virtual void ApplyInverse( 
double x
double y
out double xp
out double yp
bool translate 
)
This language is not supported or no code example is available.
public:  
virtual void ApplyInverse( 
double x
double y
double& xp
double& yp
bool translate 
)
This language is not supported or no code example is available.
public function ApplyInverse( 
x : double
y : double
xp : double
yp : double
translate : boolean 
);
This language is not supported or no code example is available.

Parameters

x
double

y
double

xp
double

yp
double

translate
bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition