TdxCustomFlowChart.ChartPoint(TPoint) Method
In This Article
Converts the specified point from visible area coordinates to client area coordinates.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
P | TPoint | The point in visible area coordinates. |
#Returns
Type | Description |
---|---|
TPoint | The P point in client area coordinates. The returned result depends on the Real |
#Remarks
You can call the ChartPoint(Integer,Integer) function to pass the target point’s coordinates as the X and Y parameters.
Note
The visible area and client area coordinates match if the control’s content fits into the client area without zooming out.
See Also