C# Class OpenTK.Platform.X11.XGraphicsExposeEvent

Mostra file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
count int
display System.IntPtr
drawable System.IntPtr
height int
major_code int
minor_code int
send_event bool
serial System.IntPtr
type XEventName
width int
x int
y int

Property Details

count public_oe property

public int count
return int

display public_oe property

public IntPtr,System display
return System.IntPtr

drawable public_oe property

public IntPtr,System drawable
return System.IntPtr

height public_oe property

public int height
return int

major_code public_oe property

public int major_code
return int

minor_code public_oe property

public int minor_code
return int

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

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