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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.