C# 클래스 FireflyGL.Utility

파일 보기 프로젝트 열기: LukaHorvat/Kento

공개 메소드들

메소드 설명
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

메소드 상세

GetRandom() 공개 정적인 메소드

public static GetRandom ( ) : double
리턴 double

GetRandomF() 공개 정적인 메소드

public static GetRandomF ( ) : float
리턴 float

LoadTextFromFile() 공개 정적인 메소드

public static LoadTextFromFile ( string Path ) : string
Path string
리턴 string

MakeTextBitmap() 공개 정적인 메소드

public static MakeTextBitmap ( string String, Font Font, Brush Brush ) : Bitmap
String string
Font System.Drawing.Font
Brush System.Drawing.Brush
리턴 System.Drawing.Bitmap

ProcessOGLErrors() 공개 정적인 메소드

public static ProcessOGLErrors ( bool Process = false ) : void
Process bool
리턴 void

RectanglePointIntersection() 공개 정적인 메소드

public static RectanglePointIntersection ( Rectangle Rect, System.Vector2 Point ) : bool
Rect Rectangle
Point System.Vector2
리턴 bool

StartTimer() 공개 정적인 메소드

public static StartTimer ( ) : void
리턴 void

StopTimer() 공개 정적인 메소드

public static StopTimer ( ) : double
리턴 double