C# Class FireflyGL.Utility

Afficher le fichier Open project: LukaHorvat/Kento

Méthodes publiques

Méthode Description
GetRandom ( ) : double
GetRandomF ( ) : float
LoadTextFromFile ( string Path ) : string
MakeTextBitmap ( string String, Font Font, Brush Brush ) : Bitmap
ProcessOGLErrors ( bool Process = false ) : void
RectanglePointIntersection ( Rectangle Rect, System.Vector2 Point ) : bool
StartTimer ( ) : void
StopTimer ( ) : double

Method Details

GetRandom() public static méthode

public static GetRandom ( ) : double
Résultat double

GetRandomF() public static méthode

public static GetRandomF ( ) : float
Résultat float

LoadTextFromFile() public static méthode

public static LoadTextFromFile ( string Path ) : string
Path string
Résultat string

MakeTextBitmap() public static méthode

public static MakeTextBitmap ( string String, Font Font, Brush Brush ) : Bitmap
String string
Font System.Drawing.Font
Brush System.Drawing.Brush
Résultat System.Drawing.Bitmap

ProcessOGLErrors() public static méthode

public static ProcessOGLErrors ( bool Process = false ) : void
Process bool
Résultat void

RectanglePointIntersection() public static méthode

public static RectanglePointIntersection ( Rectangle Rect, System.Vector2 Point ) : bool
Rect Rectangle
Point System.Vector2
Résultat bool

StartTimer() public static méthode

public static StartTimer ( ) : void
Résultat void

StopTimer() public static méthode

public static StopTimer ( ) : double
Résultat double