Represents a point on a two-dimensional surface, with coordinates specified as Unit values.

The UnitPoint..::..TypeConverter type exposes the following members.

Methods

  Name Description
Protected method ObjFromString
Converts a string to a UnitPoint value.
(Overrides TypeConverterBaseObjFromString(ITypeDescriptorContext, String).)
Protected method StringFromObj
Converts an object to a string.
(Overrides TypeConverterBaseStringFromObj(ITypeDescriptorContext, Object).)

See Also