AGS.Editor.NativeProxy.DrawFont C# (CSharp) Метод

DrawFont() публичный Метод

public DrawFont ( IntPtr hdc, int x, int y, int fontNum ) : void
hdc System.IntPtr
x int
y int
fontNum int
Результат void
        public void DrawFont(IntPtr hdc, int x, int y, int fontNum)
        {
            _native.DrawFont((int)hdc, x, y, fontNum);
        }