SetSize() public method

public SetSize ( int width, int height ) : bool
width int
height int
return bool
Ejemplo n.º 1
0
 public virtual bool SetSize(int width, int height)
 {
     return(componentExpert.SetSize(width, height));
 }