C# Class ADL.DrawRequest

Show file Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Public Properties

Property Type Description
bottom int
hdc System.IntPtr
left int
right int
top int

Private Methods

Method Description
toNative ( ) : ADLDrawRequest

Property Details

bottom public property

public int bottom
return int

hdc public property

public IntPtr,System hdc
return System.IntPtr

left public property

public int left
return int

right public property

public int right
return int

top public property

public int top
return int