'Declaration
Protected Function GetPanelLocation( _ ByVal context As NChartRenderingContext, _ ByVal parent As NPanel _ ) As NPointF
'Usage
Dim instance As NAnchorPanel Dim context As NChartRenderingContext Dim parent As NPanel Dim value As NPointF value = instance.GetPanelLocation(context, parent)
protected NPointF GetPanelLocation( NChartRenderingContext context, NPanel parent )
Parameters
- context
- parent