[]
        
(Showing Draft Content)

FarPoint.Win.ElementWindowless.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 (in floating-point values).

Declaration
protected virtual void SetBoundsFloat(float x, float y, float width, float height)
Protected Overridable 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 (floating-point)

float y

Y-coordinate of the top left corner of the bounding rectangle (floating-point)

float width

Number of pixels in the width of the bounding rectangle (floating-point)

float height

Number of pixels in the height of the bounding rectangle (floating-point)