ConvertFrom()
FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Converts objects.
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
Arguments
Parameter | Type | Description |
---|---|---|
context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object conversion context information. |
culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture to use when converting objects. |
value | const System::SharedPtr<System::Object>& | An object to convert. |
Return Value
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Slides