GeneralTransformGroup.TryTransform(Point, Point) Metoda

Definice

Pokusí se transformovat zadaný bod.

public:
 override bool TryTransform(System::Windows::Point inPoint, [Runtime::InteropServices::Out] System::Windows::Point % result);
public override bool TryTransform (System.Windows.Point inPoint, out System.Windows.Point result);
override this.TryTransform : System.Windows.Point * Point -> bool
Public Overrides Function TryTransform (inPoint As Point, ByRef result As Point) As Boolean

Parametry

inPoint
Point

Point to transformovat.

result
Point

Výsledek transformace inPoint.

Návraty

Boolean

truepokud inPoint byl transformován; jinak . false

Platí pro

Viz také