ArcTo

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWCustomCanvas > Methods >

ArcTo

SIGNATURE=IWCanvas.TIWCustomCanvas.ArcTo@Integer@Integer@Integer@Integer@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public function ArcTo(X1: Integer; Y1: Integer; X2: Integer; Y2: Integer; R: Integer): TIWCustomCanvas;

C++:

public: __fastcall TIWCustomCanvas ArcTo(int X1, int Y1, int X2, int Y2, int R);

 

Description: This is ArcTo, a member of class TIWCustomCanvas.