|
<< Click to Display Table of Contents >> Navigation: Classes > TIWCustomCanvas > Methods > QuadraticCurveTo |
SIGNATURE=IWCanvas.TIWCustomCanvas.QuadraticCurveTo@Integer@Integer@Integer@Integer
ETYPE=Method
Declaration:
Delphi: |
public function QuadraticCurveTo(cpX: Integer; cpY: Integer; X: Integer; Y: Integer): TIWCustomCanvas; |
C++: |
public: __fastcall TIWCustomCanvas QuadraticCurveTo(int cpX, int cpY, int X, int Y); |
Description: This is QuadraticCurveTo, a member of class TIWCustomCanvas.