GeneralTransform.TryTransformCore(Point, Point) Método

Definição

Fornece os meios para substituir o comportamento TryTransform em uma classe de transformação derivada.

protected:
 virtual bool TryTransformCore(Point inPoint, [Out] Point & outPoint) = TryTransformCore;
bool TryTransformCore(Point const& inPoint, [Out] Point & outPoint);
protected virtual bool TryTransformCore(Point inPoint, out Point outPoint);
Protected Overridable Function TryTransformCore (inPoint As Point, ByRef outPoint As Point) As Boolean

Parâmetros

inPoint
Point

O ponto a ser transformado.

outPoint
Point

O resultado da transformação de inPoint.

Retornos

Boolean

bool

true se inPoint foi transformado; caso contrário, false.

Aplica-se a