[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSShape.GetClientRectangle

GetClientRectangle Method

GetClientRectangle(Rectangle)

Gets the coordinates of the element.

Declaration
public override Rectangle GetClientRectangle(Rectangle rectInput)
Public Overrides Function GetClientRectangle(rectInput As Rectangle) As Rectangle
Parameters
Type Name Description
Rectangle rectInput

Rectangle object that contains the rectangle

Returns
Type Description
Rectangle

Coordinates of the element

Overrides