System::Drawing::ImageConverter::ConvertTo मेथड

ImageConverter::ConvertTo(const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method

वस्तु को विशिष्ट प्रकार में परिवर्तित करता है।

System::SharedPtr<System::Object> System::Drawing::ImageConverter::ConvertTo(const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType) override
पैरामीटरप्रकारविवरण
contextconst System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>&Object रूपांतरण संदर्भ जानकारी
संस्कृतिconst System::SharedPtr<System::Globalization::CultureInfo>&ऑब्जेक्ट्स को रूपांतरित करते समय उपयोग करने वाली संस्कृति
मानconst System::SharedPtr<System::Object>&रूपांतरित करने के लिए एक ऑब्जेक्ट।
destinationTypeconst System::TypeInfo&रूपांतरित करने के लिए एक प्रकार।

ReturnValue

परिवर्तित ऑब्जेक्ट।

संबंधित देखें

ImageConverter::ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) method

वस्तु को विशिष्ट प्रकार में परिवर्तित करता है।

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
पैरामीटरप्रकारविवरण
valueconst System::SharedPtr<System::Object>&Object को परिवर्तित करने के लिए।
destinationTypeconst System::TypeInfo&जिस प्रकार में परिवर्तित करना है।

ReturnValue

परिवर्तित ऑब्जेक्ट।

संबंधित देखें