Implicit Operator

Summary

Performs an implicit conversion from System.Drawing.Image to AddInImage.

Syntax
C#
VB
C++
public static AddInImage operator implicit( 
   Image img 
) 
  
Public Operator Widening CType( _ 
   ByVal img As Image _ 
) As AddInImage 
public: 
operator AddInImage^ (  
   Image^ img 
) 

Parameters

img
The image to convert.

Return Value

The result of the conversion.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly