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