System::Drawing::FontConverter::ConvertFrom method
Inhalt
[
Ausblenden
]FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Konvertiert Objekte.
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
| Parameter | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object Konvertierungskontextinformationen. |
| Kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur, die beim Konvertieren von Objekten verwendet wird. |
| Wert | const System::SharedPtr<System::Object>& | Ein Objekt zum Konvertieren. |
ReturnValue
konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Konvertiert Objekte.
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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object Konvertierungskontextinformationen. |
| Kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur, die beim Konvertieren von Objekten verwendet wird. |
| value | const System::SharedPtr<System::Object>& | Object zum Konvertieren. |
ReturnValue
konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Konvertiert Zeichenkette in Objekt.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object Konvertierungskontextinformationen. |
| Kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur, die beim Konvertieren von Objekten verwendet wird. |
| Wert | const System::String& | Wert, der konvertiert werden soll. |
ReturnValue
konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
Konvertiert Objekte.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object zum Konvertieren. |
ReturnValue
konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++