System::Drawing::FontConverter::ConvertFrom method
अंतर्वस्तु
[
छिपाना
]FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
वस्तुओं को परिवर्तित करता है।
System::SharedPtr<System::Object> System::Drawing::FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object रूपांतरण संदर्भ जानकारी। |
| संस्कृति | const System::SharedPtr<System::Globalization::CultureInfo>& | ऑब्जेक्ट्स को परिवर्तित करते समय उपयोग करने वाली संस्कृति। |
| मान | const System::SharedPtr<System::Object>& | रूपांतरित करने के लिए एक ऑब्जेक्ट। |
ReturnValue
परिवर्तित ऑब्जेक्ट।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::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 FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::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 FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::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 FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++