'Declaration Protected Sub PerformAxisTitleLayout( _ ByVal baseRect As Rect, _ ByRef layoutedRect As Rect _ )
'Usage Dim instance As Axis Dim baseRect As Rect Dim layoutedRect As Rect instance.PerformAxisTitleLayout(baseRect, layoutedRect)
protected void PerformAxisTitleLayout( Rect baseRect, out Rect layoutedRect )
Parameters
- baseRect
- The Rectangle where the layout is being performed.
- layoutedRect
- The Rectangle of free space after the layout.