C# 클래스 Lissandra_the_Ice_Goddess.Evade.Geometry.Polygon

파일 보기 프로젝트 열기: blacky/LeagueSharp

공개 프로퍼티들

프로퍼티 타입 설명
Points List

공개 메소드들

메소드 설명
Add ( System.Vector2 point ) : void
Draw ( System.Drawing.Color color, int width = 1 ) : void
IsOutside ( System.Vector2 pointVector2 ) : bool
ToClipperPath ( ) : List

비공개 메소드들

메소드 설명
DrawLineInWorld ( System.Vector3 start, System.Vector3 end, int width, System.Drawing.Color color ) : void

메소드 상세

Add() 공개 메소드

public Add ( System.Vector2 point ) : void
point System.Vector2
리턴 void

Draw() 공개 메소드

public Draw ( System.Drawing.Color color, int width = 1 ) : void
color System.Drawing.Color
width int
리턴 void

IsOutside() 공개 메소드

public IsOutside ( System.Vector2 pointVector2 ) : bool
pointVector2 System.Vector2
리턴 bool

ToClipperPath() 공개 메소드

public ToClipperPath ( ) : List
리턴 List

프로퍼티 상세

Points 공개적으로 프로퍼티

public List Points
리턴 List