Struct Vertex
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl vertex
public struct Vertex
Inherited Members
Properties
Color
The color
public Color Color { readonly get; set; }
Property Value
Position
The position
public PointF Position { readonly get; set; }
Property Value
TexCoordinate
The text coordinate
public PointF TexCoordinate { readonly get; set; }