←Select platform

ConvertFrom Method

Summary

Attempts to convert a specified object to an instance of RasterImage.

Syntax
C#
C++/CLI
Python
public override object ConvertFrom( 
   ITypeDescriptorContext context, 
   CultureInfo culture, 
   object value 
) 
public: 
Object^ ConvertFrom(  
   ITypeDescriptorContext^ context, 
   CultureInfo^ culture, 
   Object^ value 
) override  
def ConvertFrom(self,context,culture,value): 

Parameters

context
Type context information used for conversion.

culture
Cultural information that is respected during conversion.

value
The object being converted.

Return Value

A new instance of RasterImage.

Remarks

The ConvertFrom method will try to convert the object passed into the  value parameter to a valid RasterImage object. For more information, refer to RasterImageTypeConverter.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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