C# Class CameraBuddy.Spectate.Data.Lanes

Afficher le fichier Open project: coman3/EloBuddy.Addons

Méthodes publiques

Свойство Type Description
BotLane System.Drawing.Drawing2D.GraphicsPath
MidLane System.Drawing.Drawing2D.GraphicsPath
TopLane System.Drawing.Drawing2D.GraphicsPath

Méthodes publiques

Méthode Description
InWhatLane ( this pos ) : Lane
IsInBotLane ( this pos ) : bool
IsInLane ( this pos, Lane lane ) : bool
IsInMidLane ( this pos ) : bool
IsInTopLane ( this pos ) : bool

Private Methods

Méthode Description
Lanes ( ) : System.Drawing.Drawing2D

Method Details

InWhatLane() public static méthode

public static InWhatLane ( this pos ) : Lane
pos this
Résultat Lane

IsInBotLane() public static méthode

public static IsInBotLane ( this pos ) : bool
pos this
Résultat bool

IsInLane() public static méthode

public static IsInLane ( this pos, Lane lane ) : bool
pos this
lane Lane
Résultat bool

IsInMidLane() public static méthode

public static IsInMidLane ( this pos ) : bool
pos this
Résultat bool

IsInTopLane() public static méthode

public static IsInTopLane ( this pos ) : bool
pos this
Résultat bool

Property Details

BotLane public_oe static_oe property

public static GraphicsPath,System.Drawing.Drawing2D BotLane
Résultat System.Drawing.Drawing2D.GraphicsPath

MidLane public_oe static_oe property

public static GraphicsPath,System.Drawing.Drawing2D MidLane
Résultat System.Drawing.Drawing2D.GraphicsPath

TopLane public_oe static_oe property

public static GraphicsPath,System.Drawing.Drawing2D TopLane
Résultat System.Drawing.Drawing2D.GraphicsPath