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

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

public DrawRoomBackground ( IntPtr hDC, Room room, int x, int y, int backgroundNumber, float scaleFactor, RoomAreaMaskType maskType, int selectedArea, int maskTransparency ) : void
hDC System.IntPtr
room AGS.Types.Room
x int
y int
backgroundNumber int
scaleFactor float
maskType RoomAreaMaskType
selectedArea int
maskTransparency int
Результат void
        public void DrawRoomBackground(IntPtr hDC, Room room, int x, int y, int backgroundNumber, float scaleFactor, RoomAreaMaskType maskType, int selectedArea, int maskTransparency)
        {
            _native.DrawRoomBackground((int)hDC, room, x, y, backgroundNumber, scaleFactor, maskType, selectedArea, maskTransparency);
        }