Ejemplo n.º 1
0
 public override void Resize(double width, double height)
 {
     Com.Call(() => NativePattern.Resize(width, height));
 }
Ejemplo n.º 2
0
 public void Resize(double width, double height)
 {
     NativePattern.Resize(width, height);
 }
Ejemplo n.º 3
0
 public void Resize(double width, double height)
 {
     ComCallWrapper.Call(() => NativePattern.Resize(width, height));
 }