| C# |
|---|
| public class Targets : List<Target> |
| #ctor | Initializes an object instance. |
| Activate | Activates an available target. |
| ClearResources | Clears the Graphics resources. |
| Draw | Draws the available targets. |
| InactivateAll | Inactivates all targets. |
| InactivateTarget | Inactivates the target. |
| Move | Moves all active targets to the next row. |
| Search | Searches for the target with the specified value. |
| SetPracticeSet | Initializes the current practice set based on the set name. |
| SetRectangleValues | Initializes the client rectangle related values. |
| TargetPointX | Gets the target column X value. |
| TargetPointY | Gets the target row Y value. |
| OnShotMissed | The shot missed event method. |
| Canvas | The graphics object. |
| CharacterHeight | The character height based on the font. |
| CharacterWidth | The character width value. |
| ColumnCount | The client area column count. |
| Font | The font for the target values. |
| PracticeSet | The current practice set. |
| PracticeSets | The practice set list. |
| RowCount | The client area row count. |
| Buildings | The buildings collection. |