[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.CreateInstance

CreateInstance Method

CreateInstance(ITypeDescriptorContext, IDictionary)

Creates an instance of this type given a set of property values for the object. This is useful for objects that are immutable, but still want to provide changable properties.

Declaration
public override object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)
Parameters
Type Name Description
ITypeDescriptorContext context

The context.

IDictionary propertyValues

The properties.

Returns
Type Description
object

New instance created.

Overrides
Exceptions
Type Condition
ArgumentNullException

Occurs if context or properties is null.