C# 클래스 CSharpGL.GeometryTypesHelper

파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
GetVertexCount ( this type ) : int

Get vertex count of specified geometry's type.

returns -1 if type is PickingGeometryType.Polygon.

ToDrawMode ( this type ) : DrawMode

메소드 상세

GetVertexCount() 공개 정적인 메소드

Get vertex count of specified geometry's type.

returns -1 if type is PickingGeometryType.Polygon.

public static GetVertexCount ( this type ) : int
type this
리턴 int

ToDrawMode() 공개 정적인 메소드

public static ToDrawMode ( this type ) : DrawMode
type this
리턴 DrawMode