C# Class OpenTK.Platform.X11.XConfigureRequestEvent

Mostra file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
above System.IntPtr
border_width int
detail int
display System.IntPtr
height int
parent System.IntPtr
send_event bool
serial System.IntPtr
type XEventName
value_mask System.IntPtr
width int
window System.IntPtr
x int
y int

Property Details

above public_oe property

public IntPtr,System above
return System.IntPtr

border_width public_oe property

public int border_width
return int

detail public_oe property

public int detail
return int

display public_oe property

public IntPtr,System display
return System.IntPtr

height public_oe property

public int height
return int

parent public_oe property

public IntPtr,System parent
return System.IntPtr

send_event public_oe property

public bool send_event
return bool

serial public_oe property

public IntPtr,System serial
return System.IntPtr

type public_oe property

public XEventName type
return XEventName

value_mask public_oe property

public IntPtr,System value_mask
return System.IntPtr

width public_oe property

public int width
return int

window public_oe property

public IntPtr,System window
return System.IntPtr

x public_oe property

public int x
return int

y public_oe property

public int y
return int