Space Engineers
|
Public Member Functions | |
int | put_Caption (string caption) |
int | get_Caption ([Out] out string caption) |
int | put_WindowStyle (int windowStyle) |
int | get_WindowStyle (out int windowStyle) |
int | put_WindowStyleEx (int windowStyleEx) |
int | get_WindowStyleEx (out int windowStyleEx) |
int | put_AutoShow (int autoShow) |
int | get_AutoShow (out int autoShow) |
int | put_WindowState (int windowState) |
int | get_WindowState (out int windowState) |
int | put_BackgroundPalette (int backgroundPalette) |
int | get_BackgroundPalette (out int backgroundPalette) |
int | put_Visible (int visible) |
int | get_Visible (out int visible) |
int | put_Left (int left) |
int | get_Left (out int left) |
int | put_Width (int width) |
int | get_Width (out int width) |
int | put_Top (int top) |
int | get_Top (out int top) |
int | put_Height (int height) |
int | get_Height (out int height) |
int | put_Owner (IntPtr owner) |
int | get_Owner (out IntPtr owner) |
int | put_MessageDrain (IntPtr drain) |
int | get_MessageDrain (out IntPtr drain) |
int | get_BorderColor (out int color) |
int | put_BorderColor (int color) |
int | get_FullScreenMode (out int fullScreenMode) |
int | put_FullScreenMode (int fullScreenMode) |
int | SetWindowForeground (int focus) |
int | NotifyOwnerMessage (IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam) |
int | SetWindowPosition (int left, int top, int width, int height) |
int | GetWindowPosition (out int left, out int top, out int width, out int height) |
int | GetMinIdealImageSize (out int width, out int height) |
int | GetMaxIdealImageSize (out int width, out int height) |
int | GetRestorePosition (out int left, out int top, out int width, out int height) |
int | HideCursor (int hideCursor) |
int | IsCursorHidden (out int hideCursor) |
Definition at line 91 of file DsControl.cs.
int DShowNET.IVideoWindow.get_AutoShow | ( | out int | autoShow | ) |
int DShowNET.IVideoWindow.get_BackgroundPalette | ( | out int | backgroundPalette | ) |
int DShowNET.IVideoWindow.get_BorderColor | ( | out int | color | ) |
int DShowNET.IVideoWindow.get_Caption | ( | [Out] out string | caption | ) |
int DShowNET.IVideoWindow.get_FullScreenMode | ( | out int | fullScreenMode | ) |
int DShowNET.IVideoWindow.get_Height | ( | out int | height | ) |
int DShowNET.IVideoWindow.get_Left | ( | out int | left | ) |
int DShowNET.IVideoWindow.get_MessageDrain | ( | out IntPtr | drain | ) |
int DShowNET.IVideoWindow.get_Owner | ( | out IntPtr | owner | ) |
int DShowNET.IVideoWindow.get_Top | ( | out int | top | ) |
int DShowNET.IVideoWindow.get_Visible | ( | out int | visible | ) |
int DShowNET.IVideoWindow.get_Width | ( | out int | width | ) |
int DShowNET.IVideoWindow.get_WindowState | ( | out int | windowState | ) |
int DShowNET.IVideoWindow.get_WindowStyle | ( | out int | windowStyle | ) |
int DShowNET.IVideoWindow.get_WindowStyleEx | ( | out int | windowStyleEx | ) |
int DShowNET.IVideoWindow.GetMaxIdealImageSize | ( | out int | width, |
out int | height | ||
) |
int DShowNET.IVideoWindow.GetMinIdealImageSize | ( | out int | width, |
out int | height | ||
) |
int DShowNET.IVideoWindow.GetRestorePosition | ( | out int | left, |
out int | top, | ||
out int | width, | ||
out int | height | ||
) |
int DShowNET.IVideoWindow.GetWindowPosition | ( | out int | left, |
out int | top, | ||
out int | width, | ||
out int | height | ||
) |
int DShowNET.IVideoWindow.HideCursor | ( | int | hideCursor | ) |
int DShowNET.IVideoWindow.IsCursorHidden | ( | out int | hideCursor | ) |
int DShowNET.IVideoWindow.NotifyOwnerMessage | ( | IntPtr | hwnd, |
int | msg, | ||
IntPtr | wParam, | ||
IntPtr | lParam | ||
) |
int DShowNET.IVideoWindow.put_AutoShow | ( | int | autoShow | ) |
int DShowNET.IVideoWindow.put_BackgroundPalette | ( | int | backgroundPalette | ) |
int DShowNET.IVideoWindow.put_BorderColor | ( | int | color | ) |
int DShowNET.IVideoWindow.put_Caption | ( | string | caption | ) |
int DShowNET.IVideoWindow.put_FullScreenMode | ( | int | fullScreenMode | ) |
int DShowNET.IVideoWindow.put_Height | ( | int | height | ) |
int DShowNET.IVideoWindow.put_Left | ( | int | left | ) |
int DShowNET.IVideoWindow.put_MessageDrain | ( | IntPtr | drain | ) |
int DShowNET.IVideoWindow.put_Owner | ( | IntPtr | owner | ) |
int DShowNET.IVideoWindow.put_Top | ( | int | top | ) |
int DShowNET.IVideoWindow.put_Visible | ( | int | visible | ) |
int DShowNET.IVideoWindow.put_Width | ( | int | width | ) |
int DShowNET.IVideoWindow.put_WindowState | ( | int | windowState | ) |
int DShowNET.IVideoWindow.put_WindowStyle | ( | int | windowStyle | ) |
int DShowNET.IVideoWindow.put_WindowStyleEx | ( | int | windowStyleEx | ) |
int DShowNET.IVideoWindow.SetWindowForeground | ( | int | focus | ) |
int DShowNET.IVideoWindow.SetWindowPosition | ( | int | left, |
int | top, | ||
int | width, | ||
int | height | ||
) |