YamangTools.YamangDll.RenderText C# (CSharp) Method

RenderText() private method

private RenderText ( [ text, Int32 left, Int32 top, int RGB_R = 255, int RGB_G = 255, int RGB_B = 255, Int32 right, Int32 bottom ) : void
text [
left System.Int32
top System.Int32
RGB_R int
RGB_G int
RGB_B int
right System.Int32
bottom System.Int32
return void
        public static extern void RenderText([MarshalAs(UnmanagedType.LPWStr)] String text, Int32 left, Int32 top, int RGB_R = 255, int RGB_G = 255, int RGB_B = 255, Int32 right = 0, Int32 bottom = 0);

Same methods

YamangDll::RenderText ( [ text, float left, float top, int RGB_R = 255, int RGB_G = 255, int RGB_B = 255, float right, float bottom ) : void