示例#1
0
 public void Highlight(NetOffice.OWC10Api.ViewSurface viewSurface)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(viewSurface);
     Invoker.Method(this, "Highlight", paramsArray);
 }
 public void Highlight(NetOffice.OWC10Api.ViewSurface viewSurface)
 {
     Factory.ExecuteMethod(this, "Highlight", viewSurface);
 }
示例#3
0
 public void Draw(NetOffice.OWC10Api.ViewSurface surface, Int32 cx1, Int32 cy1, Int32 cx2, Int32 cy2, Int32 left, Int32 top, Int32 width, Int32 height)
 {
     Factory.ExecuteMethod(this, "Draw", new object[] { surface, cx1, cy1, cx2, cy2, left, top, width, height });
 }
示例#4
0
 public void Draw(NetOffice.OWC10Api.ViewSurface surface, Int32 cx1, Int32 cy1, Int32 cx2, Int32 cy2, Int32 left, Int32 top, Int32 width, Int32 height)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(surface, cx1, cy1, cx2, cy2, left, top, width, height);
     Invoker.Method(this, "Draw", paramsArray);
 }