|
<< Click to Display Table of Contents >> Navigation: Classes > TIWCustomCanvas > Methods > Download |
SIGNATURE=IWCanvas.TIWCustomCanvas.Download@string@TMimeType
ETYPE=Method
Declaration:
Delphi: |
public procedure Download(const aFileName: string; aImageFormat: TMimeType = mtPNG); |
C++: |
void public: __fastcall Download(const String aFileName, TMimeType aImageFormat = mtPNG); |
Description: This is Download, a member of class TIWCustomCanvas.