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