C# Class CameraBuddy.Spectate.Data.Lanes

Show file Open project: coman3/EloBuddy.Addons

Public Properties

Property Type Description
BotLane System.Drawing.Drawing2D.GraphicsPath
MidLane System.Drawing.Drawing2D.GraphicsPath
TopLane System.Drawing.Drawing2D.GraphicsPath

Public Methods

Method 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

Method Description
Lanes ( ) : System.Drawing.Drawing2D

Method Details

InWhatLane() public static method

public static InWhatLane ( this pos ) : Lane
pos this
return Lane

IsInBotLane() public static method

public static IsInBotLane ( this pos ) : bool
pos this
return bool

IsInLane() public static method

public static IsInLane ( this pos, Lane lane ) : bool
pos this
lane Lane
return bool

IsInMidLane() public static method

public static IsInMidLane ( this pos ) : bool
pos this
return bool

IsInTopLane() public static method

public static IsInTopLane ( this pos ) : bool
pos this
return bool

Property Details

BotLane public static property

public static GraphicsPath,System.Drawing.Drawing2D BotLane
return System.Drawing.Drawing2D.GraphicsPath

MidLane public static property

public static GraphicsPath,System.Drawing.Drawing2D MidLane
return System.Drawing.Drawing2D.GraphicsPath

TopLane public static property

public static GraphicsPath,System.Drawing.Drawing2D TopLane
return System.Drawing.Drawing2D.GraphicsPath