طريقة 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

الكائن المحول.

انظر أيضًا