System::Drawing::FontConverter वर्ग

FontConverter class

एक डेटा प्रकार से दूसरे में Font वस्तुओं को परिवर्तित करता है। इस वर्ग की वस्तुओं को केवल System::MakeObject() फ़ंक्शन का उपयोग करके ही आवंटित किया जाना चाहिए। इस प्रकार का उदाहरण स्टैक पर या operator 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&)वस्तु को विशिष्ट प्रकार में परिवर्तित करता है।

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