| Visual Basic (Declaration) | |
|---|---|
Public Operator Widening CType( _ ByVal img As Image _ ) As AddInImage | |
| C# | |
|---|---|
public AddInImage operator implicit( Image img ) | |
| C++/CLI | |
|---|---|
public: AddInImage^ operator implicit( Image img ) | |
Parameters
- img
- The image to convert.
Return Value
The result of the conversion.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family