C# Class ADL.DrawRequest

显示文件 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_oe property

public int bottom
return int

hdc public_oe property

public IntPtr,System hdc
return System.IntPtr

left public_oe property

public int left
return int

right public_oe property

public int right
return int

top public_oe property

public int top
return int