C# Class OpenTK.Platform.X11.XWindowChanges

显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
border_width int
height int
sibling System.IntPtr
stack_mode StackMode
width int
x int
y int

Property Details

border_width public_oe property

public int border_width
return int

height public_oe property

public int height
return int

sibling public_oe property

public IntPtr,System sibling
return System.IntPtr

stack_mode public_oe property

public StackMode stack_mode
return StackMode

width public_oe property

public int width
return int

x public_oe property

public int x
return int

y public_oe property

public int y
return int