ImageProc Send comments on this topic.
bottom Field
See Also 
ImageProc Namespace > USER32.RECT Structure : bottom Field




Syntax

Visual Basic (Declaration) 
<MarshalAsAttribute()>
Public bottom As Integer
Visual Basic (Usage)Copy Code
Dim instance As USER32.RECT
Dim value As Integer
 
value = instance.bottom
 
instance.bottom = value
C# 
[MarshalAsAttribute()]
public int bottom
Managed Extensions for C++ 
[MarshalAsAttribute()]
public: int bottom
C++/CLI 
[MarshalAsAttribute()]
public:
int bottom

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.