ICreate.Controls.Bars Send comments on this topic.
ImageBounds Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : ImageBounds Property






Gets or sets the Rectangle containing the Image.

Syntax

Visual Basic (Declaration) 
Public Property ImageBounds As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As Rectangle
 
instance.ImageBounds = value
 
value = instance.ImageBounds
C# 
public Rectangle ImageBounds {get; set;}
Delphi 
public read-write property ImageBounds: Rectangle; 
JScript 
public function get,set ImageBounds : Rectangle
Managed Extensions for C++ 
public: __property Rectangle get_ImageBounds();
public: __property void set_ImageBounds( 
   Rectangle value
);
C++/CLI 
public:
property Rectangle ImageBounds {
   Rectangle get();
   void set (Rectangle value);
}

Return Value

A Rectangle, this property specifies the position and size of the Image. The default value is Rectangle.Empty.

Requirements

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

See Also