GetExtents() public method

public GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void
x int
y int
width int
height int
coordType Atk
return void
Ejemplo n.º 1
0
 public virtual void GetExtents(out int x, out int y, out int width, out int height, Atk.CoordType coordType)
 {
     componentExpert.GetExtents(out x, out y, out width, out height, coordType);
 }