'Declaration Protected Friend Function PerformLabelsLayout( _ ByVal axisBounds As Rect, _ ByRef layoutedRect As Rect _ ) As Integer
'Usage Dim instance As Axis Dim axisBounds As Rect Dim layoutedRect As Rect Dim value As Integer value = instance.PerformLabelsLayout(axisBounds, layoutedRect)
protected internal int PerformLabelsLayout( Rect axisBounds, out Rect layoutedRect )
Parameters
- axisBounds
- The Rectangle where the layout is being performed.
- layoutedRect
- Th Rectangle of free space after the layout.
Return Value
An integer repesenting the count of Title levels.