ArcTo2

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWCustomCanvas > Methods >

ArcTo2

SIGNATURE=IWCanvas.TIWCustomCanvas.ArcTo2@Integer@Integer@Integer@Integer@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

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

C++:

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

 

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