Search
ShapeConverter.ConvertTo Method
See Also
 





TypeConverter.ConvertTo override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override Object ConvertTo (
    ITypeDescriptorContext context,
    CultureInfo culture,
    Object value,
    Type destinationType
)

Visual Basic  Copy Code

Public Overrides Function ConvertTo( _
    context As ITypeDescriptorContext, _
    culture As CultureInfo, _
    value As Object, _
    destinationType As Type _
) As Object

 Parameters

context
An ITypeDescriptorContext that provides a format context.
culture
A CultureInfo. If null is passed, the current culture is assumed.
value
The Object to convert.
destinationType
An Object that represents the converted value.

 Return Value

An Object that represents the converted value.

 See Also