IPointerPointTransform.TryTransform(Point, Point) Method

Definition

Attempts to perform the transformation on the specified input point.

public:
 bool TryTransform(Point inPoint, [Out] Point & outPoint);
bool TryTransform(Point const& inPoint, [Out] Point & outPoint);
public bool TryTransform(Point inPoint, out Point outPoint);
Public Function TryTransform (inPoint As Point, ByRef outPoint As Point) As Boolean

Parameters

inPoint
Point

The original input point.

outPoint
Point

The transformed input point.

Returns

Boolean

bool

True if inPoint was transformed successfully; otherwise, false.

Applies to