C# 클래스 PixelFarm.Agg.VertexHelper

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
ArrangeOrientationsAll ( VertexStore myvxs, bool closewise ) : void
FlipX ( VertexStore vxs, double x1, double x2 ) : void
FlipY ( VertexStore vxs, double y1, double y2 ) : void
InvertPolygon ( VertexStore myvxs, int start ) : void
IsEmpty ( VertexCmd c ) : bool
IsEndFigure ( VertexCmd c ) : bool
IsMoveTo ( VertexCmd c ) : bool
IsNextPoly ( VertexCmd c ) : bool
IsVertextCommand ( VertexCmd c ) : bool
ShortenPath ( VertexDistanceList vertexDistanceList, double s, bool closed ) : void

비공개 메소드들

메소드 설명
ArrangeOrientations ( VertexStore myvxs, int start, bool closewise ) : int
ArrangePolygonOrientation ( VertexStore myvxs, int start, bool clockwise ) : int
InvertPolygon ( VertexStore myvxs, int start, int end ) : void
IsCW ( VertexStore myvxs, int start, int end ) : bool

메소드 상세

ArrangeOrientationsAll() 공개 정적인 메소드

public static ArrangeOrientationsAll ( VertexStore myvxs, bool closewise ) : void
myvxs VertexStore
closewise bool
리턴 void

FlipX() 공개 정적인 메소드

public static FlipX ( VertexStore vxs, double x1, double x2 ) : void
vxs VertexStore
x1 double
x2 double
리턴 void

FlipY() 공개 정적인 메소드

public static FlipY ( VertexStore vxs, double y1, double y2 ) : void
vxs VertexStore
y1 double
y2 double
리턴 void

InvertPolygon() 공개 정적인 메소드

public static InvertPolygon ( VertexStore myvxs, int start ) : void
myvxs VertexStore
start int
리턴 void

IsEmpty() 공개 정적인 메소드

public static IsEmpty ( VertexCmd c ) : bool
c VertexCmd
리턴 bool

IsEndFigure() 공개 정적인 메소드

public static IsEndFigure ( VertexCmd c ) : bool
c VertexCmd
리턴 bool

IsMoveTo() 공개 정적인 메소드

public static IsMoveTo ( VertexCmd c ) : bool
c VertexCmd
리턴 bool

IsNextPoly() 공개 정적인 메소드

public static IsNextPoly ( VertexCmd c ) : bool
c VertexCmd
리턴 bool

IsVertextCommand() 공개 정적인 메소드

public static IsVertextCommand ( VertexCmd c ) : bool
c VertexCmd
리턴 bool

ShortenPath() 공개 정적인 메소드

public static ShortenPath ( VertexDistanceList vertexDistanceList, double s, bool closed ) : void
vertexDistanceList VertexDistanceList
s double
closed bool
리턴 void