C# Class PixelFarm.DrawingGL.VertexC4V3f

显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
color uint
x float
y float

Public Methods

Method Description
ToString ( ) : string
VertexC4V3f ( uint color, float x, float y ) : System.Runtime.InteropServices

Method Details

ToString() public method

public ToString ( ) : string
return string

VertexC4V3f() public method

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

Property Details

color public_oe property

public uint color
return uint

x public_oe property

public float x
return float

y public_oe property

public float y
return float