Spread Windows Forms 7.0 Product Documentation
SetBounds(RectangleF) Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class > SetBounds Method : SetBounds(RectangleF) Method


rectInput
Rectangle object that contains the bounding rectangle in floating-point dimensions

Glossary Item Box

Sets the bounds of the element to the location and size of the specified bounding rectangle object (with floating-point values).

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub SetBounds( _
   ByVal rectInput As RectangleF _
) 
Visual Basic (Usage)Copy Code
Dim instance As ElementWindowless
Dim rectInput As RectangleF
 
instance.SetBounds(rectInput)
C# 
public virtual void SetBounds( 
   RectangleF rectInput
)

Parameters

rectInput
Rectangle object that contains the bounding rectangle in floating-point dimensions

Requirements

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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.