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!

RectangleConverter Class

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

Object
   TypeConverter
      RectangleConverter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

RectangleConverter Members | System.Drawing Namespace