/ Assembly List / LJCTextInvasion / Targets

Namespace - LJCTextInvasion


Syntax

C#
public class Targets : List<Target>

Represents the available targets.

Public Methods
#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.
12 Methods

Private Methods
OnShotMissed The shot missed event method.
1 Methods

Properties
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.

Fields
Buildings The buildings collection.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.