Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomFlowChart.ChartPoint(Integer,Integer) Method

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

#Declaration

Delphi
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