System::Drawing::ImageFormatConverter::ConvertFrom طريقة
محتويات
[
يخفي
]ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) method
يحول الكائنات.
SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) override
| معامل | نوع | الوصف |
|---|---|---|
| context | const SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object معلومات سياق التحويل. |
| الثقافة | const SharedPtr<Globalization::CultureInfo>& | الثقافة المستخدمة عند تحويل الكائنات. |
| value | const SharedPtr<Object>& | Object للتحويل. |
ReturnValue
الكائن المحول.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
يحول الكائنات.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| معامل | نوع | الوصف |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object معلومات سياق التحويل. |
| الثقافة | const System::SharedPtr<System::Globalization::CultureInfo>& | الثقافة المستخدمة عند تحويل الكائنات. |
| value | const System::SharedPtr<System::Object>& | Object للتحويل. |
ReturnValue
الكائن المحول.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
يحول السلسلة إلى كائن.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| معامل | نوع | الوصف |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object معلومات سياق التحويل. |
| الثقافة | const System::SharedPtr<System::Globalization::CultureInfo>& | الثقافة المستخدمة عند تحويل الكائنات. |
| قيمة | const System::String& | القيمة للتحويل. |
ReturnValue
الكائن المحول.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
يحول الكائنات.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| معامل | نوع | الوصف |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object للتحويل. |
ReturnValue
الكائن المحول.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++