System::Drawing::FontConverter فئة
محتويات
[
يخفي
]FontConverter class
يحول كائنات Font من نوع بيانات إلى آخر. يجب تخصيص كائنات هذه الفئة فقط باستخدام الدالة System::MakeObject(). لا تقم بإنشاء مثيل لهذا النوع على المكدس أو باستخدام المشغل new، لأن ذلك سيسبب أخطاء تشغيلية و/أو أعطال تأكيد. احرص دائماً على تغليف هذه الفئة في مؤشر System::SmartPtr واستخدام هذا المؤشر لتمريره إلى الدوال كمعامل.
class FontConverter : public System::ComponentModel::TypeConverter
الطرق
| طريقة | الوصف |
|---|---|
| ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) override | يحول الكائنات. |
| ConvertFrom(const System::SharedPtr<System::Object>&) | يحول الكائنات. |
| virtual ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) | يحول الكائنات. |
| ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) | يحول السلسلة إلى كائن. |
| ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) override | يحول الكائن إلى نوع محدد. |
| ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) | يحول الكائن إلى نوع محدد. |
| virtual ConvertTo(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) | يحول الكائن إلى نوع محدد. |
انظر أيضًا
- Class TypeConverter
- Namespace System::Drawing
- Library Aspose.Font for C++