[]
        
(Showing Draft Content)

FarPoint.Win.ElementWithButtons.SetBoundsFloat

SetBoundsFloat Method

SetBoundsFloat(float, float, float, float)

Sets the bounds of the element to the location and size of the bounding rectangle of the specified dimensions.

Declaration
protected override void SetBoundsFloat(float x, float y, float width, float height)
Protected Overrides Sub SetBoundsFloat(x As Single, y As Single, width As Single, height As Single)
Parameters
Type Name Description
float x

X-coordinate of the top left corner of the bounding rectangle

float y

Y-coordinate of the top left corner of the bounding rectangle

float width

Number of pixels in the width of the bounding rectangle

float height

Number of pixels in the height of the bounding rectangle

Overrides