Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub SaveBitmap( _ ByVal fileName As String, _ ByVal fileType As BitmapType _ ) |
C# | |
---|---|
public abstract void SaveBitmap( string fileName, BitmapType fileType ) |
C++/CLI | |
---|---|
public: abstract void SaveBitmap( String^ fileName, BitmapType fileType ) |
Parameters
- fileName
- The file name to which to save the image.
- fileType
- The desired image format.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)