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!

SizeConverter Class

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

Object
   TypeConverter
      SizeConverter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

SizeConverter Members | System.Drawing Namespace