C# Class Lissandra_the_Ice_Goddess.Evade.Geometry.Polygon

Afficher le fichier Open project: blacky/LeagueSharp

Méthodes publiques

Свойство Type Description
Points List

Méthodes publiques

Méthode Description
Add ( System.Vector2 point ) : void
Draw ( System.Drawing.Color color, int width = 1 ) : void
IsOutside ( System.Vector2 pointVector2 ) : bool
ToClipperPath ( ) : List

Private Methods

Méthode Description
DrawLineInWorld ( System.Vector3 start, System.Vector3 end, int width, System.Drawing.Color color ) : void

Method Details

Add() public méthode

public Add ( System.Vector2 point ) : void
point System.Vector2
Résultat void

Draw() public méthode

public Draw ( System.Drawing.Color color, int width = 1 ) : void
color System.Drawing.Color
width int
Résultat void

IsOutside() public méthode

public IsOutside ( System.Vector2 pointVector2 ) : bool
pointVector2 System.Vector2
Résultat bool

ToClipperPath() public méthode

public ToClipperPath ( ) : List
Résultat List

Property Details

Points public_oe property

public List Points
Résultat List