RibbonProfessionalRendererCenterOn Method
Centers the specified rectangle on the specified container
Namespace: PCB_Investigator.PCBIControls.RibbonAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public Rectangle CenterOn(
Rectangle container,
Rectangle r
)
Public Function CenterOn (
container As Rectangle,
r As Rectangle
) As Rectangle
public:
Rectangle CenterOn(
Rectangle container,
Rectangle r
)
member CenterOn :
container : Rectangle *
r : Rectangle -> Rectangle
- container Rectangle
- r Rectangle
Rectangle