TextOverlay Class Members
In This Topic
The following tables list the members exposed by
TextOverlay.
Public Constructors
| Name | Description |
 | TextOverlay | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Anchor | Gets or sets text anchor. |
 | IsVisible | Gets or sets a value indicating whether the text overlay is visible. |
 | Text | Gets or sets the text, which must be drawn. |
 | TextBrush | Gets or sets the brush, which must be used for drawing the text. |
 | TextColor | Gets or sets the text brush color. |
 | TextFont | Gets or sets the font, which must be used for drawing the text. |
Protected Properties
| Name | Description |
 | ImageViewer | Gets the image viewer, which is associated with this text overlay. |
Public Methods
| Name | Description |
 | Activate | Acivates this instance on the specified viewer. |
 | Clone | Creates a new TextOverlay that is a copy of the current instance. |
 | CopyTo | Copies the state of the current object to the target object. |
 | Deactivate | Deactivates this instance. |
 | ToString | Returns a System.String that represents this instance. |
Protected Methods
Public Events
See Also