[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.SetBoundsFloatInternal

SetBoundsFloatInternal Method

SetBoundsFloatInternal(float, float, float, float)

Set float bound.

Declaration
protected virtual void SetBoundsFloatInternal(float x, float y, float width, float height)
Protected Overridable Sub SetBoundsFloatInternal(x As Single, y As Single, width As Single, height As Single)
Parameters
Type Name Description
float x

X-coordinate for bounding rectangle's top-left corner

float y

Y-coordinate for bounding rectangle's top-left corner

float width

Width of bounding rectangle in pixels

float height

Height of bounding rectangle in pixels