C# 클래스 Lissandra_the_Ice_Goddess.Utility.LissandraGeometry.Polygon

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

공개 프로퍼티들

프로퍼티 타입 설명
Points List

공개 메소드들

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

메소드 상세

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 point ) : bool
point System.Vector2
리턴 bool

ToClipperPath() 공개 메소드

public ToClipperPath ( ) : System.Collections.Generic.List
리턴 System.Collections.Generic.List

프로퍼티 상세

Points 공개적으로 프로퍼티

public List Points
리턴 List