[]
Represents the default selection renderer.
[TypeConverter(typeof(fc))]
public class DefaultSelectionRenderer : ISelectionRenderer, ISerializeSupport
<TypeConverter(GetType(fc))>
Public Class DefaultSelectionRenderer
Implements ISelectionRenderer, ISerializeSupport
| Name | Description |
|---|---|
| DefaultSelectionRenderer() | Creates a new instance of DefaultSelectionRenderer class. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| PaintSelection(Graphics, int, int, int, int) | Paints the selection. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| ToString() | Returns a string that represents this object. |