C# 클래스 PixelFarm.DrawingGL.VertexC4V3f

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

공개 프로퍼티들

프로퍼티 타입 설명
color uint
x float
y float

공개 메소드들

메소드 설명
ToString ( ) : string
VertexC4V3f ( uint color, float x, float y ) : System.Runtime.InteropServices

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VertexC4V3f() 공개 메소드

public VertexC4V3f ( uint color, float x, float y ) : System.Runtime.InteropServices
color uint
x float
y float
리턴 System.Runtime.InteropServices

프로퍼티 상세

color 공개적으로 프로퍼티

public uint color
리턴 uint

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float