C# Class PixelFarm.DrawingGL.VertexC4V3f

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
color uint
x float
y float

Méthodes publiques

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

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

VertexC4V3f() public méthode

public VertexC4V3f ( uint color, float x, float y ) : System.Runtime.InteropServices
color uint
x float
y float
Résultat System.Runtime.InteropServices

Property Details

color public_oe property

public uint color
Résultat uint

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float