PointValueSerializer Class

 

Converts instances of String to and from instances of Point.

Namespace:   System.Windows.Converters
Assembly:  WindowsBase (in WindowsBase.dll)

System::Object
  System.Windows.Markup::ValueSerializer
    System.Windows.Converters::PointValueSerializer

public ref class PointValueSerializer : ValueSerializer

NameDescription
System_CAPS_pubmethodPointValueSerializer()

Initializes a new instance of the PointValueSerializer class.

NameDescription
System_CAPS_pubmethodCanConvertFromString(String^, IValueSerializerContext^)

Determines whether the specified String can be converted to an instance of Point.(Overrides ValueSerializer::CanConvertFromString(String^, IValueSerializerContext^).)

System_CAPS_pubmethodCanConvertToString(Object^, IValueSerializerContext^)

Determines whether the specified Point can be converted to a String.(Overrides ValueSerializer::CanConvertToString(Object^, IValueSerializerContext^).)

System_CAPS_pubmethodConvertFromString(String^, IValueSerializerContext^)
System_CAPS_pubmethodConvertToString(Object^, IValueSerializerContext^)
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_protmethodGetConvertFromException(Object^)

Returns an exception to throw when a conversion cannot be performed.(Inherited from ValueSerializer.)

System_CAPS_protmethodGetConvertToException(Object^, Type^)

Returns an exception to throw when a conversion cannot be performed.(Inherited from ValueSerializer.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodTypeReferences(Object^, IValueSerializerContext^)

Gets an enumeration of the types referenced by the ValueSerializer.(Inherited from ValueSerializer.)

.NET Framework
Available since 3.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: