OpenBve.Renderer.RenderString C# (CSharp) Méthode

RenderString() private static méthode

private static RenderString ( double PixelLeft, double PixelTop, Fonts FontType, string Text, int Orientation, float R, float G, float B, bool Shadow ) : void
PixelLeft double
PixelTop double
FontType Fonts
Text string
Orientation int
R float
G float
B float
Shadow bool
Résultat void
        private static void RenderString(double PixelLeft, double PixelTop, Fonts.FontType FontType, string Text, int Orientation, float R, float G, float B, bool Shadow)
        {
            RenderString(PixelLeft, PixelTop, FontType, Text, Orientation, R, G, B, 1.0f, Shadow);
        }
        private static void RenderString(double PixelLeft, double PixelTop, Fonts.FontType FontType, string Text, int Orientation, float R, float G, float B, float A, bool Shadow)

Same methods

Renderer::RenderString ( double PixelLeft, double PixelTop, Fonts FontType, string Text, int Orientation, float R, float G, float B, float A, bool Shadow ) : void