[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.GetClientRectangleF

GetClientRectangleF Method

GetClientRectangleF(RectangleF)

Gets the coordinates of the element.

Declaration
protected override RectangleF GetClientRectangleF(RectangleF rectInput)
Protected Overrides Function GetClientRectangleF(rectInput As RectangleF) As RectangleF
Parameters
Type Name Description
RectangleF rectInput

Rectangle object that contains the rectangle

Returns
Type Description
RectangleF

Coordinates of the element

Overrides