WindowChangedEventArgs - конструктор |
Пространство имён:
Tessa.PreviewHandlers
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public WindowChangedEventArgs(
IntPtr window,
int x,
int y,
int width,
int height
)
Public Sub New (
window As IntPtr,
x As Integer,
y As Integer,
width As Integer,
height As Integer
)
public:
WindowChangedEventArgs(
IntPtr window,
int x,
int y,
int width,
int height
)
new :
window : IntPtr *
x : int *
y : int *
width : int *
height : int -> WindowChangedEventArgs
Параметры
- window
- Тип: SystemIntPtr
- x
- Тип: SystemInt32
- y
- Тип: SystemInt32
- width
- Тип: SystemInt32
- height
- Тип: SystemInt32
См. также