VObject::GetPortPoint
Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index
Return to Main Contents
NAME
VObject::GetPortPoint - instance method
TEMPLATE
transformedPoint = Point
GetPortPoint(Point localPoint)
SPECIFIERS
public
DESCRIPTION
GetPortPoint transforms the localPoint into the window's coordinate system. This is done by following the container chain and at each container translating the point into the coordinate system of the container through the method ContainerPoint until the window is reached. Actually only the method Clipper::ContainerPoint modifies the point because only Clippers have own coordinate systems.
ARGUMENTS
- Point localPoint
-
a point in the coordinate system of this
RETURN ARGUMENT
- Point transformedPoint
-
the localPoint transformed into the window's coordinate system
CATEGORIES
container handling, client interface
FILES
- implementation:
-
VObject.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:21 GMT, March 30, 2022