Search
Thickness.Apply Method
See Also
 






Applies the current thickness to the specified rectangle by deflating the rectangle.

Namespace: MindFusion
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public RectangleF Apply (
    RectangleF r
)

Visual Basic  Copy Code

Public Function Apply( _
    r As RectangleF _
) As RectangleF

 Parameters

r

The rectangle to deflate.

 Return Value

The modified rectangle.

 See Also