[]
        
(Showing Draft Content)

FarPoint.Win.ControlBase.GetAdjustedClientRectangle

GetAdjustedClientRectangle Method

GetAdjustedClientRectangle(Rectangle, Inset, Inset)

Returns the adjusted client rectangle for the control.

Declaration
public virtual Rectangle GetAdjustedClientRectangle(Rectangle ctlRectangle, Inset border, Inset margin)
Public Overridable Function GetAdjustedClientRectangle(ctlRectangle As Rectangle, border As Inset, margin As Inset) As Rectangle
Parameters
Type Name Description
Rectangle ctlRectangle

Client Rectangle

Inset border

Border inset

Inset margin

Margin inset

Returns
Type Description
Rectangle