 | MaskImageSave Method |
Saves the image in the format defined by the extension.
The supported formats are enumerated in FREE_IMAGE_FORMAT of the freeimage library.
Namespace:
LynceeTec.InterfaceProcessingV2.Images
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic virtual int Save(
string path
)
public:
virtual int Save(
String^ path
)
Parameters
- path
- Type: SystemString
Return Value
Type:
Int32
See Also