SavePng(String) Method

Kaliko Image Library

Kaliko.ImageLibrary
SavePng(String) Method





Save image to file in PNG-format.
Syntax
'Declaration
 
Public Overloads Sub SavePng( _
   ByVal fileName As System.String _
) 
'Usage
 
Dim instance As KalikoImage
Dim fileName As System.String
 
instance.SavePng(fileName)
public void SavePng( 
   System.string fileName
)
public procedure SavePng( 
    fileName: System.String
); 
public function SavePng( 
   fileName : System.String
);
public: void SavePng( 
   System.string* fileName
) 
public:
void SavePng( 
   System.String^ fileName
) 

Parameters

fileName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys