C# Class OpenTK.Platform.X11.XWindowAttributes

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
all_event_masks System.IntPtr
backing_pixel System.IntPtr
backing_planes System.IntPtr
backing_store int
bit_gravity Gravity
border_width int
c_class int
colormap System.IntPtr
depth int
do_not_propagate_mask System.IntPtr
height int
map_installed bool
map_state MapState
override_direct bool
root System.IntPtr
save_under bool
screen System.IntPtr
visual System.IntPtr
width int
win_gravity Gravity
x int
y int
your_event_mask System.IntPtr

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

all_event_masks public_oe property

public IntPtr,System all_event_masks
return System.IntPtr

backing_pixel public_oe property

public IntPtr,System backing_pixel
return System.IntPtr

backing_planes public_oe property

public IntPtr,System backing_planes
return System.IntPtr

backing_store public_oe property

public int backing_store
return int

bit_gravity public_oe property

public Gravity bit_gravity
return Gravity

border_width public_oe property

public int border_width
return int

c_class public_oe property

public int c_class
return int

colormap public_oe property

public IntPtr,System colormap
return System.IntPtr

depth public_oe property

public int depth
return int

do_not_propagate_mask public_oe property

public IntPtr,System do_not_propagate_mask
return System.IntPtr

height public_oe property

public int height
return int

map_installed public_oe property

public bool map_installed
return bool

map_state public_oe property

public MapState map_state
return MapState

override_direct public_oe property

public bool override_direct
return bool

root public_oe property

public IntPtr,System root
return System.IntPtr

save_under public_oe property

public bool save_under
return bool

screen public_oe property

public IntPtr,System screen
return System.IntPtr

visual public_oe property

public IntPtr,System visual
return System.IntPtr

width public_oe property

public int width
return int

win_gravity public_oe property

public Gravity win_gravity
return Gravity

x public_oe property

public int x
return int

y public_oe property

public int y
return int

your_event_mask public_oe property

public IntPtr,System your_event_mask
return System.IntPtr