C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChartStyle Class / GetInnermostRect Method
The initial rectangle area.

In This Topic
GetInnermostRect Method
In This Topic
Calculates the inside area of a rectangle excluding margins, border, and padding.
Syntax
'Declaration
 
Public Function GetInnermostRect( _
   ByVal r As System.Drawing.Rectangle _
) As System.Drawing.Rectangle
 

Parameters

r
The initial rectangle area.

Return Value

The inner rectangle.
See Also