C# Class Reign.Core.X11.XGraphicsExposeEvent

Show file Open project: reignstudios/ReignSDK

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 int
width int
x int
y int

Property Details

count public property

public int count
return int

display public property

public IntPtr,System display
return System.IntPtr

drawable public property

public IntPtr,System drawable
return System.IntPtr

height public property

public int height
return int

major_code public property

public int major_code
return int

minor_code public property

public int minor_code
return int

send_event public property

public bool send_event
return bool

serial public property

public IntPtr,System serial
return System.IntPtr

type public property

public int type
return int

width public property

public int width
return int

x public property

public int x
return int

y public property

public int y
return int