Returns the point on the input rectangle at the specified connection point.
Note |
---|
This function eases cross-library graphics code by using TCanvasXXX types and CanvasXXX functions. With these functions, types, and constants, you can write code that can be used in either a VCL or FMX application. It is recommended that you write the VCL code first as it is more limited that the FMX library. |
Namespace: FMX.RS.Graphics
Delphi |
function GetCanvasPointOnRect( const ARect: TCanvasRect; ConnectionPoint: TConnectionPoint): TCanvasPoint; |
Parameters
ARect
Type: System.Void
ConnectionPoint
Type: TConnectionPoint
Type: TCanvasPoint