NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PointConverter Class

PointConverter is a class that can be used to convert Point from one data type to another. Access this class through the TypeDescriptor.

Object
   TypeConverter
      PointConverter

[Visual Basic]
Public Class PointConverter
   Inherits TypeConverter
[C#]
public class PointConverter : TypeConverter
[C++]
public __gc class PointConverter : public TypeConverter
[JScript]
public class PointConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

PointConverter Members | System.Drawing Namespace