Ejemplo n.º 1
0
 public void CenterViewOnShape(NetOffice.VisioApi.IVShape sheetObject, NetOffice.VisioApi.Enums.VisCenterViewFlags flags)
 {
     Factory.ExecuteMethod(this, "CenterViewOnShape", sheetObject, flags);
 }
Ejemplo n.º 2
0
 public void CenterViewOnShape(NetOffice.VisioApi.IVShape sheetObject, NetOffice.VisioApi.Enums.VisCenterViewFlags flags)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "CenterViewOnShape", sheetObject, flags);
 }