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

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

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