PointConverter.CreateInstance Method (ITypeDescriptorContext, IDictionary)

Creates an instance of the type that this PointConverter is associated with, using the specified context, given a set of property values for the object.

Syntax

'Declaration
Public Overrides Function CreateInstance ( _
         context As ITypeDescriptorContext, _
         propertyValues As IDictionary _
) As Object 
public override Object CreateInstance (
         ITypeDescriptorContext context,
         IDictionary propertyValues
)
public:
Object CreateInstance(
         ITypeDescriptorContext context,
         IDictionary propertyValues
) override

Parameters

Return Value

Type: Object
An object representing propertyValues, or null if the object cannot be created.

Requirements

Namespace: Microsoft.Xna.Framework.Design

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

PointConverter Class
PointConverter Members
Microsoft.Xna.Framework.Design Namespace

Platforms

Windows Phone