ImageProc Send comments on this topic.
Implicit Type Conversion(Rectangle,RECT) Operator
See Also 
ImageProc Namespace > USER32.RECT Structure > Implicit Type Conversion Operator : Implicit Type Conversion(Rectangle,RECT) Operator



r

Syntax

Visual Basic (Declaration) 
Overloads Public Operator Widening CType( _
   ByVal r As USER32.RECT _
) As Rectangle
C# 
public Rectangle operator implicit( 
   USER32.RECT r
)
Managed Extensions for C++ 
public: Rectangle op_Implicit( 
   USER32.RECT r
)
C++/CLI 
public:
operator Rectangle ( 
   USER32::RECT r
)

Parameters

r

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.