Table of Contents

Struct Version

Namespace
Alis.Core.Graphic.Sdl2.Structs
Assembly
Alis.dll

The sdl version

public struct Version

Inherited Members

Constructors

Version(int, int, int)

Initializes a new instance of the Alis.Core.Graphic.Sdl2.Structs.Version class

public Version(int sdlTtfMajorVersion, int sdlTtfMinorVersion, int sdlTtfPatchLevel)

Parameters

sdlTtfMajorVersion int

The sdl ttf major version

sdlTtfMinorVersion int

The sdl ttf minor version

sdlTtfPatchLevel int

The sdl ttf patch level

Fields

major

The major

public byte major

Field Value

byte

minor

The minor

public byte minor

Field Value

byte

patch

The patch

public byte patch

Field Value

byte