GetSize() public méthode

public GetSize ( int &width, int &height ) : void
width int
height int
Résultat void
Exemple #1
0
 public virtual void GetSize(out int width, out int height)
 {
     componentExpert.GetSize(out width, out height);
 }