C# Class Lissandra_the_Ice_Goddess.Utility.LissandraGeometry.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 point ) : bool
ToClipperPath ( ) : System.Collections.Generic.List

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 point ) : bool
point System.Vector2
Résultat bool

ToClipperPath() public méthode

public ToClipperPath ( ) : System.Collections.Generic.List
Résultat System.Collections.Generic.List

Property Details

Points public_oe property

public List Points
Résultat List