Overridden. See GetGap(Point).
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
protected override Size GetGap( Point center )  | 
| Visual Basic (Declaration) | 
|---|
Protected Overrides Function GetGap ( _ center As Point _ ) As Size  | 
| Visual C++ | 
|---|
protected: virtual Size GetGap( Point center ) override  | 
Parameters
- center
 - Type: System.Windows..::.Point