Spread Windows Forms 10.0 Product Documentation
SetBounds(Rectangle) Method


Rectangle object that contains the bounding rectangle in integer dimensions
Sets the bounds of the element to the location and size of the specified bounding rectangle object (with integer values).
Syntax
'Declaration
 
Public Overloads Overridable Sub SetBounds( _
   ByVal rectInput As Rectangle _
) 
'Usage
 
Dim instance As ElementWindowless
Dim rectInput As Rectangle
 
instance.SetBounds(rectInput)
public virtual void SetBounds( 
   Rectangle rectInput
)

Parameters

rectInput
Rectangle object that contains the bounding rectangle in integer dimensions
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ElementWindowless Class
ElementWindowless Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.