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!

CursorConverter Class

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

Object
   TypeConverter
      CursorConverter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

CursorConverter Members | System.Drawing Namespace