/ Assembly List / LJCTextInvasion / Target

Namespace - LJCTextInvasion


Syntax

C#
public class Target : IComparable<Target>

Represents an invading letter/word.

Public Methods
#ctor Initializes an object instance.
CompareTo Provides the default Sort functionality.
Inactivate Sets the target as inactive.
Move Moves the target to the next row.
SetRemainingPointX Sets the remaining point position.
5 Methods

Private Methods
OnSetRemainingPoint The set remaining point event method.
1 Methods

Properties
CharacterHeight The Font character height.
CharacterWidth The standard character width.
ColorValue The color value.
Column The current target column.
DrawBrush The brush value.
NextCharacter The next character value.
RemainingPoint The remaining point value.
RemainingValue The remaining unmatched value.
Row The current target row.
TargetPoint The current point value.
TypedIndex The matching characters index.
TypedValue The current matching value.
Value The string value.

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