Transforms a point from the document coordinate space to the device coordinate space.
SyntaxVB6
Copy Code
|
|---|
Public Function DocToClientY( _ |
C++
Copy Code
|
|---|
public: |
The y coordinate of the point, in document coordinates.
An integer value specifying the point's Y coordinate in pixels.
RemarksGets pixel coordinates in the FlowChartX window, corresponding to the specified document x and y coordinates. This method is useful when the device coordinates of a diagram location are needed. For example, it can be used to get the point where a context menu should be displayed.
See Also