Table of Contents

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

Color

Position

The position

public PointF Position { readonly get; set; }

Property Value

PointF

TexCoordinate

The text coordinate

public PointF TexCoordinate { readonly get; set; }

Property Value

PointF