C# 클래스 PixelFarm.DrawingGL.Figure

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

공개 프로퍼티들

프로퍼티 타입 설명
areaTess float[]
coordXYs float[]

공개 메소드들

메소드 설명
Figure ( float coordXYs ) : System.Collections.Generic
GetAreaTess ( TessTool &tess ) : float[]
GetSmoothBorders ( ) : float[]

메소드 상세

Figure() 공개 메소드

public Figure ( float coordXYs ) : System.Collections.Generic
coordXYs float
리턴 System.Collections.Generic

GetAreaTess() 공개 메소드

public GetAreaTess ( TessTool &tess ) : float[]
tess TessTool
리턴 float[]

GetSmoothBorders() 공개 메소드

public GetSmoothBorders ( ) : float[]
리턴 float[]

프로퍼티 상세

areaTess 공개적으로 프로퍼티

public float[] areaTess
리턴 float[]

coordXYs 공개적으로 프로퍼티

public float[] coordXYs
리턴 float[]