Skip to main content

TdxCustomFlowChart.ChartPoint(Integer,Integer) Method

Converts the specified point from visible area coordinates to client area coordinates.

Declaration

function ChartPoint(X: Integer; Y: Integer): TPoint; overload;

Parameters

Name Type Description
X Integer

The target point’s horizontal offset, in pixels.

Y Integer

The target point’s vertical offset, in pixels.

Returns

Type Description
TPoint

The specified point in client area coordinates. The returned result depends on the RealZoom, LeftEdge, and TopEdge property values.

Remarks

Note

The visible area and client area coordinates match if the control’s content fits into the client area without zooming out.

See Also